aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
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 1132ba5ff391..6c8ffe6757e1 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -11,6 +11,13 @@ config VGASTATE
11 tristate 11 tristate
12 default n 12 default n
13 13
14config VIDEO_OUTPUT_CONTROL
15 tristate "Lowlevel video output switch controls"
16 default m
17 help
18 This framework adds support for low-level control of the video
19 output switch.
20
14config FB 21config FB
15 tristate "Support for frame buffer devices" 22 tristate "Support for frame buffer devices"
16 ---help--- 23 ---help---