aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2007-10-16 04:29:39 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-10-16 12:43:20 -0400
commit179b025fea2fa65760f1dcdff3585465d2177159 (patch)
tree9beb639ced5388f5b203c1b3b4725dba96b19a0a /drivers/video
parente9fa7c43aa74fae3a1db04092d2a51005f5b8a21 (diff)
video gfx: merge kconfig menus
Move AGP and DRM menus into the video graphics support menu. They use 'menuconfig' so that they can all be disabled with one selection. Make the console menu use 'menuconfig' so that it can all be disabled with one selection. Make the frame buffer menu use 'menuconfig' so that it can all be disabled with one selection. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Dave Airlie <airlied@linux.ie> Signed-off-by: Antonino Daplas <adaplas@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Kconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 54db0991991..efe474e2cc3 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -5,8 +5,9 @@
5menu "Graphics support" 5menu "Graphics support"
6 depends on HAS_IOMEM 6 depends on HAS_IOMEM
7 7
8source "drivers/video/backlight/Kconfig" 8source "drivers/char/agp/Kconfig"
9source "drivers/video/display/Kconfig" 9
10source "drivers/char/drm/Kconfig"
10 11
11config VGASTATE 12config 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
22config FB 23menuconfig 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"
1897endif 1898endif
1898 1899
1900source "drivers/video/backlight/Kconfig"
1901source "drivers/video/display/Kconfig"
1902
1899if VT 1903if VT
1900 source "drivers/video/console/Kconfig" 1904 source "drivers/video/console/Kconfig"
1901endif 1905endif
@@ -1905,4 +1909,3 @@ if FB || SGI_NEWPORT_CONSOLE
1905endif 1909endif
1906 1910
1907endmenu 1911endmenu
1908