summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/displays/Kconfig
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@nokia.com>2009-12-09 19:19:42 +0300
committerTomi Valkeinen <tomi.valkeinen@nokia.com>2009-12-09 19:19:42 +0300
commit3b8f29b4152899e91c210186a38bffb37ea1a226 (patch)
treec572a968b164d0af30f99ed5ee0f42e8bc07b736 /drivers/video/omap2/displays/Kconfig
parentb39a982ddecf1d95ed96f8457c39d3ea11df93f6 (diff)
downloadlinux-3b8f29b4152899e91c210186a38bffb37ea1a226.tar.xz
OMAP: DSS2: Add generic and Sharp panel drivers
Add Generic panel (user for DVI output) and Sharp LS037V7DW01 LCD panel. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video/omap2/displays/Kconfig')
-rw-r--r--drivers/video/omap2/displays/Kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig
new file mode 100644
index 000000000000..2a39bfeca11d
--- /dev/null
+++ b/drivers/video/omap2/displays/Kconfig
@@ -0,0 +1,16 @@
+menu "OMAP2/3 Display Device Drivers"
+ depends on OMAP2_DSS
+
+config PANEL_GENERIC
+ tristate "Generic Panel"
+ help
+ Generic panel driver.
+ Used for DVI output for Beagle and OMAP3 SDP.
+
+config PANEL_SHARP_LS037V7DW01
+ tristate "Sharp LS037V7DW01 LCD Panel"
+ depends on OMAP2_DSS
+ help
+ LCD Panel used in TI's SDP3430 and EVM boards
+
+endmenu