diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 54db0991991c..efe474e2cc3b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -5,8 +5,9 @@ | |||
5 | menu "Graphics support" | 5 | menu "Graphics support" |
6 | depends on HAS_IOMEM | 6 | depends on HAS_IOMEM |
7 | 7 | ||
8 | source "drivers/video/backlight/Kconfig" | 8 | source "drivers/char/agp/Kconfig" |
9 | source "drivers/video/display/Kconfig" | 9 | |
10 | source "drivers/char/drm/Kconfig" | ||
10 | 11 | ||
11 | config VGASTATE | 12 | config VGASTATE |
12 | tristate | 13 | tristate |
@@ -19,7 +20,7 @@ config VIDEO_OUTPUT_CONTROL | |||
19 | This framework adds support for low-level control of the video | 20 | This framework adds support for low-level control of the video |
20 | output switch. | 21 | output switch. |
21 | 22 | ||
22 | config FB | 23 | menuconfig FB |
23 | tristate "Support for frame buffer devices" | 24 | tristate "Support for frame buffer devices" |
24 | ---help--- | 25 | ---help--- |
25 | The frame buffer device provides an abstraction for the graphics | 26 | The frame buffer device provides an abstraction for the graphics |
@@ -1896,6 +1897,9 @@ if ARCH_OMAP | |||
1896 | source "drivers/video/omap/Kconfig" | 1897 | source "drivers/video/omap/Kconfig" |
1897 | endif | 1898 | endif |
1898 | 1899 | ||
1900 | source "drivers/video/backlight/Kconfig" | ||
1901 | source "drivers/video/display/Kconfig" | ||
1902 | |||
1899 | if VT | 1903 | if VT |
1900 | source "drivers/video/console/Kconfig" | 1904 | source "drivers/video/console/Kconfig" |
1901 | endif | 1905 | endif |
@@ -1905,4 +1909,3 @@ if FB || SGI_NEWPORT_CONSOLE | |||
1905 | endif | 1909 | endif |
1906 | 1910 | ||
1907 | endmenu | 1911 | endmenu |
1908 | |||