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>
This commit is contained in:
parent
c94dfe05c4
commit
2783fa849b
1 changed files with 5 additions and 4 deletions
|
@ -3,6 +3,7 @@ menu "OMAP2/3 Display Device Drivers"
|
||||||
|
|
||||||
config PANEL_GENERIC_DPI
|
config PANEL_GENERIC_DPI
|
||||||
tristate "Generic DPI Panel"
|
tristate "Generic DPI Panel"
|
||||||
|
depends on OMAP2_DSS_DPI
|
||||||
help
|
help
|
||||||
Generic DPI panel driver.
|
Generic DPI panel driver.
|
||||||
Supports DVI output for Beagle and OMAP3 SDP.
|
Supports DVI output for Beagle and OMAP3 SDP.
|
||||||
|
@ -11,20 +12,20 @@ config PANEL_GENERIC_DPI
|
||||||
|
|
||||||
config PANEL_LGPHILIPS_LB035Q02
|
config PANEL_LGPHILIPS_LB035Q02
|
||||||
tristate "LG.Philips LB035Q02 LCD Panel"
|
tristate "LG.Philips LB035Q02 LCD Panel"
|
||||||
depends on OMAP2_DSS && SPI
|
depends on OMAP2_DSS_DPI && SPI
|
||||||
help
|
help
|
||||||
LCD Panel used on the Gumstix Overo Palo35
|
LCD Panel used on the Gumstix Overo Palo35
|
||||||
|
|
||||||
config PANEL_SHARP_LS037V7DW01
|
config PANEL_SHARP_LS037V7DW01
|
||||||
tristate "Sharp LS037V7DW01 LCD Panel"
|
tristate "Sharp LS037V7DW01 LCD Panel"
|
||||||
depends on OMAP2_DSS
|
depends on OMAP2_DSS_DPI
|
||||||
select BACKLIGHT_CLASS_DEVICE
|
select BACKLIGHT_CLASS_DEVICE
|
||||||
help
|
help
|
||||||
LCD Panel used in TI's SDP3430 and EVM boards
|
LCD Panel used in TI's SDP3430 and EVM boards
|
||||||
|
|
||||||
config PANEL_NEC_NL8048HL11_01B
|
config PANEL_NEC_NL8048HL11_01B
|
||||||
tristate "NEC NL8048HL11-01B Panel"
|
tristate "NEC NL8048HL11-01B Panel"
|
||||||
depends on OMAP2_DSS
|
depends on OMAP2_DSS_DPI
|
||||||
help
|
help
|
||||||
This NEC NL8048HL11-01B panel is TFT LCD
|
This NEC NL8048HL11-01B panel is TFT LCD
|
||||||
used in the Zoom2/3/3630 sdp boards.
|
used in the Zoom2/3/3630 sdp boards.
|
||||||
|
@ -37,7 +38,7 @@ config PANEL_TAAL
|
||||||
|
|
||||||
config PANEL_TPO_TD043MTEA1
|
config PANEL_TPO_TD043MTEA1
|
||||||
tristate "TPO TD043MTEA1 LCD Panel"
|
tristate "TPO TD043MTEA1 LCD Panel"
|
||||||
depends on OMAP2_DSS && SPI
|
depends on OMAP2_DSS_DPI && SPI
|
||||||
help
|
help
|
||||||
LCD Panel used in OMAP3 Pandora
|
LCD Panel used in OMAP3 Pandora
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue