aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2007-07-22 02:28:33 -0400
committerLen Brown <len.brown@intel.com>2007-07-22 02:28:33 -0400
commit5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5 (patch)
tree23f79d982edce49deef5e42b14ce7980c8b7eb94 /drivers/video/Kconfig
parentPull throttle into release branch (diff)
parentACPI video: Don't export sysfs backlight interface if query _BCL fail (diff)
downloadlinux-dev-5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5.tar.xz
linux-dev-5e16e3f0e24dadb79b96b6134cd3303f0d42f0c5.zip
Pull video into release branch
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2a237f09ee5d..564cc9b51822 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -12,6 +12,13 @@ config VGASTATE
tristate
default n
+config VIDEO_OUTPUT_CONTROL
+ tristate "Lowlevel video output switch controls"
+ default m
+ help
+ This framework adds support for low-level control of the video
+ output switch.
+
config FB
tristate "Support for frame buffer devices"
---help---