diff options
Diffstat (limited to 'drivers/video/omap2/displays/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index f8152cfedb5f..6d921969e731 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -1,6 +1,14 @@ | |||
1 | menu "OMAP2/3 Display Device Drivers" | 1 | menu "OMAP2/3 Display Device Drivers" |
2 | depends on OMAP2_DSS | 2 | depends on OMAP2_DSS |
3 | 3 | ||
4 | config PANEL_GENERIC_DPI | ||
5 | tristate "Generic DPI Panel" | ||
6 | help | ||
7 | Generic DPI panel driver. | ||
8 | Supports DVI output for Beagle and OMAP3 SDP. | ||
9 | Supports LCD Panel used in TI SDP3430 and EVM boards, | ||
10 | OMAP3517 EVM boards and CM-T35. | ||
11 | |||
4 | config PANEL_GENERIC | 12 | config PANEL_GENERIC |
5 | tristate "Generic Panel" | 13 | tristate "Generic Panel" |
6 | help | 14 | help |