diff options
Diffstat (limited to 'drivers/video/omap2/displays/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 16 |
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 @@ | |||
1 | menu "OMAP2/3 Display Device Drivers" | ||
2 | depends on OMAP2_DSS | ||
3 | |||
4 | config PANEL_GENERIC | ||
5 | tristate "Generic Panel" | ||
6 | help | ||
7 | Generic panel driver. | ||
8 | Used for DVI output for Beagle and OMAP3 SDP. | ||
9 | |||
10 | config PANEL_SHARP_LS037V7DW01 | ||
11 | tristate "Sharp LS037V7DW01 LCD Panel" | ||
12 | depends on OMAP2_DSS | ||
13 | help | ||
14 | LCD Panel used in TI's SDP3430 and EVM boards | ||
15 | |||
16 | endmenu | ||