diff options
Diffstat (limited to 'drivers/video/omap2/displays/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index dfb57ee5086..881c9f77c75 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -10,6 +10,7 @@ config PANEL_GENERIC | |||
10 | config PANEL_SHARP_LS037V7DW01 | 10 | config PANEL_SHARP_LS037V7DW01 |
11 | tristate "Sharp LS037V7DW01 LCD Panel" | 11 | tristate "Sharp LS037V7DW01 LCD Panel" |
12 | depends on OMAP2_DSS | 12 | depends on OMAP2_DSS |
13 | select BACKLIGHT_CLASS_DEVICE | ||
13 | help | 14 | help |
14 | LCD Panel used in TI's SDP3430 and EVM boards | 15 | LCD Panel used in TI's SDP3430 and EVM boards |
15 | 16 | ||
@@ -33,8 +34,14 @@ config PANEL_TOPPOLY_TDO35S | |||
33 | 34 | ||
34 | config PANEL_TPO_TD043MTEA1 | 35 | config PANEL_TPO_TD043MTEA1 |
35 | tristate "TPO TD043MTEA1 LCD Panel" | 36 | tristate "TPO TD043MTEA1 LCD Panel" |
36 | depends on OMAP2_DSS && I2C | 37 | depends on OMAP2_DSS && SPI |
37 | help | 38 | help |
38 | LCD Panel used in OMAP3 Pandora | 39 | LCD Panel used in OMAP3 Pandora |
39 | 40 | ||
41 | config PANEL_ACX565AKM | ||
42 | tristate "ACX565AKM Panel" | ||
43 | depends on OMAP2_DSS_SDI | ||
44 | select BACKLIGHT_CLASS_DEVICE | ||
45 | help | ||
46 | This is the LCD panel used on Nokia N900 | ||
40 | endmenu | 47 | endmenu |