summaryrefslogtreecommitdiffstats
path: root/drivers/video/display/Kconfig
diff options
context:
space:
mode:
authorJames Simmons2007-05-08 09:37:15 +0200
committerLinus Torvalds2007-05-08 20:15:26 +0200
commit2ee121631b9dd0291502ccac6f897907505faf8c (patch)
tree241c6fed7da9fe24c998674d6ba9d8ec1bf10f52 /drivers/video/display/Kconfig
parentchange rivafb_remove to __devexit (diff)
downloadkernel-qcow2-linux-2ee121631b9dd0291502ccac6f897907505faf8c.tar.gz
kernel-qcow2-linux-2ee121631b9dd0291502ccac6f897907505faf8c.tar.xz
kernel-qcow2-linux-2ee121631b9dd0291502ccac6f897907505faf8c.zip
fbdev: display class
Add the new display class. This is meant to unite the various solutions to display units ie acpi output device, auxdisplay and the defunct lcd class in the backlight directory. Signed-off-by: James Simmons <jsimmons@infradead.org> Cc: "Antonino A. Daplas" <adaplas@pol.net> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/display/Kconfig')
-rw-r--r--drivers/video/display/Kconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/drivers/video/display/Kconfig b/drivers/video/display/Kconfig
new file mode 100644
index 000000000000..f99af931d4f8
--- /dev/null
+++ b/drivers/video/display/Kconfig
@@ -0,0 +1,24 @@
+#
+# Display drivers configuration
+#
+
+menu "Display device support"
+
+config DISPLAY_SUPPORT
+ tristate "Display panel/monitor support"
+ ---help---
+ This framework adds support for low-level control of a display.
+ This includes support for power.
+
+ Enable this to be able to choose the drivers for controlling the
+ physical display panel/monitor on some platforms. This not only
+ covers LCD displays for PDAs but also other types of displays
+ such as CRT, TVout etc.
+
+ To have support for your specific display panel you will have to
+ select the proper drivers which depend on this option.
+
+comment "Display hardware drivers"
+ depends on DISPLAY_SUPPORT
+
+endmenu