|
@@ -5,8 +5,9 @@
|
|
menu "Graphics support"
|
|
menu "Graphics support"
|
|
depends on HAS_IOMEM
|
|
depends on HAS_IOMEM
|
|
|
|
|
|
-source "drivers/video/backlight/Kconfig"
|
|
|
|
-source "drivers/video/display/Kconfig"
|
|
|
|
|
|
+source "drivers/char/agp/Kconfig"
|
|
|
|
+
|
|
|
|
+source "drivers/char/drm/Kconfig"
|
|
|
|
|
|
config VGASTATE
|
|
config VGASTATE
|
|
tristate
|
|
tristate
|
|
@@ -19,7 +20,7 @@ config VIDEO_OUTPUT_CONTROL
|
|
This framework adds support for low-level control of the video
|
|
This framework adds support for low-level control of the video
|
|
output switch.
|
|
output switch.
|
|
|
|
|
|
-config FB
|
|
|
|
|
|
+menuconfig FB
|
|
tristate "Support for frame buffer devices"
|
|
tristate "Support for frame buffer devices"
|
|
---help---
|
|
---help---
|
|
The frame buffer device provides an abstraction for the graphics
|
|
The frame buffer device provides an abstraction for the graphics
|
|
@@ -1896,6 +1897,9 @@ if ARCH_OMAP
|
|
source "drivers/video/omap/Kconfig"
|
|
source "drivers/video/omap/Kconfig"
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+source "drivers/video/backlight/Kconfig"
|
|
|
|
+source "drivers/video/display/Kconfig"
|
|
|
|
+
|
|
if VT
|
|
if VT
|
|
source "drivers/video/console/Kconfig"
|
|
source "drivers/video/console/Kconfig"
|
|
endif
|
|
endif
|
|
@@ -1905,4 +1909,3 @@ if FB || SGI_NEWPORT_CONSOLE
|
|
endif
|
|
endif
|
|
|
|
|
|
endmenu
|
|
endmenu
|
|
-
|
|
|