diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-04-08 02:30:27 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 07:10:54 -0400 |
commit | 2783fa849b8073b8bae38bb4f3b7fe79aa4dc40b (patch) | |
tree | 52a8484900b9105a0efa1c3af3a1693f217f3cfd /drivers/video/omap2/displays | |
parent | c94dfe05c4b6c269e445691c1fc7a9d8679ba60f (diff) |
OMAP: DSS2: fix panel Kconfig dependencies
All DPI panels were missing dependency to OMAP2_DSS_DPI. Add the
dependency.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays')
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index d18ad6b2372a..609a28073178 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -3,6 +3,7 @@ menu "OMAP2/3 Display Device Drivers" | |||
3 | 3 | ||
4 | config PANEL_GENERIC_DPI | 4 | config PANEL_GENERIC_DPI |
5 | tristate "Generic DPI Panel" | 5 | tristate "Generic DPI Panel" |
6 | depends on OMAP2_DSS_DPI | ||
6 | help | 7 | help |
7 | Generic DPI panel driver. | 8 | Generic DPI panel driver. |
8 | Supports DVI output for Beagle and OMAP3 SDP. | 9 | Supports DVI output for Beagle and OMAP3 SDP. |
@@ -11,20 +12,20 @@ config PANEL_GENERIC_DPI | |||
11 | 12 | ||
12 | config PANEL_LGPHILIPS_LB035Q02 | 13 | config PANEL_LGPHILIPS_LB035Q02 |
13 | tristate "LG.Philips LB035Q02 LCD Panel" | 14 | tristate "LG.Philips LB035Q02 LCD Panel" |
14 | depends on OMAP2_DSS && SPI | 15 | depends on OMAP2_DSS_DPI && SPI |
15 | help | 16 | help |
16 | LCD Panel used on the Gumstix Overo Palo35 | 17 | LCD Panel used on the Gumstix Overo Palo35 |
17 | 18 | ||
18 | config PANEL_SHARP_LS037V7DW01 | 19 | config PANEL_SHARP_LS037V7DW01 |
19 | tristate "Sharp LS037V7DW01 LCD Panel" | 20 | tristate "Sharp LS037V7DW01 LCD Panel" |
20 | depends on OMAP2_DSS | 21 | depends on OMAP2_DSS_DPI |
21 | select BACKLIGHT_CLASS_DEVICE | 22 | select BACKLIGHT_CLASS_DEVICE |
22 | help | 23 | help |
23 | LCD Panel used in TI's SDP3430 and EVM boards | 24 | LCD Panel used in TI's SDP3430 and EVM boards |
24 | 25 | ||
25 | config PANEL_NEC_NL8048HL11_01B | 26 | config PANEL_NEC_NL8048HL11_01B |
26 | tristate "NEC NL8048HL11-01B Panel" | 27 | tristate "NEC NL8048HL11-01B Panel" |
27 | depends on OMAP2_DSS | 28 | depends on OMAP2_DSS_DPI |
28 | help | 29 | help |
29 | This NEC NL8048HL11-01B panel is TFT LCD | 30 | This NEC NL8048HL11-01B panel is TFT LCD |
30 | used in the Zoom2/3/3630 sdp boards. | 31 | used in the Zoom2/3/3630 sdp boards. |
@@ -37,7 +38,7 @@ config PANEL_TAAL | |||
37 | 38 | ||
38 | config PANEL_TPO_TD043MTEA1 | 39 | config PANEL_TPO_TD043MTEA1 |
39 | tristate "TPO TD043MTEA1 LCD Panel" | 40 | tristate "TPO TD043MTEA1 LCD Panel" |
40 | depends on OMAP2_DSS && SPI | 41 | depends on OMAP2_DSS_DPI && SPI |
41 | help | 42 | help |
42 | LCD Panel used in OMAP3 Pandora | 43 | LCD Panel used in OMAP3 Pandora |
43 | 44 | ||