]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/video/omap2/displays/Kconfig
OMAP: DSS2: fix panel Kconfig dependencies
[karo-tx-linux.git] / drivers / video / omap2 / displays / Kconfig
1 menu "OMAP2/3 Display Device Drivers"
2         depends on OMAP2_DSS
3
4 config PANEL_GENERIC_DPI
5         tristate "Generic DPI Panel"
6         depends on OMAP2_DSS_DPI
7         help
8           Generic DPI panel driver.
9           Supports DVI output for Beagle and OMAP3 SDP.
10           Supports LCD Panel used in TI SDP3430 and EVM boards,
11           OMAP3517 EVM boards and CM-T35.
12
13 config PANEL_LGPHILIPS_LB035Q02
14         tristate "LG.Philips LB035Q02 LCD Panel"
15         depends on OMAP2_DSS_DPI && SPI
16         help
17           LCD Panel used on the Gumstix Overo Palo35
18
19 config PANEL_SHARP_LS037V7DW01
20         tristate "Sharp LS037V7DW01 LCD Panel"
21         depends on OMAP2_DSS_DPI
22         select BACKLIGHT_CLASS_DEVICE
23         help
24           LCD Panel used in TI's SDP3430 and EVM boards
25
26 config PANEL_NEC_NL8048HL11_01B
27         tristate "NEC NL8048HL11-01B Panel"
28         depends on OMAP2_DSS_DPI
29         help
30                 This NEC NL8048HL11-01B panel is TFT LCD
31                 used in the Zoom2/3/3630 sdp boards.
32
33 config PANEL_TAAL
34         tristate "Taal DSI Panel"
35         depends on OMAP2_DSS_DSI
36         help
37           Taal DSI command mode panel from TPO.
38
39 config PANEL_TPO_TD043MTEA1
40         tristate "TPO TD043MTEA1 LCD Panel"
41         depends on OMAP2_DSS_DPI && SPI
42         help
43           LCD Panel used in OMAP3 Pandora
44
45 config PANEL_ACX565AKM
46         tristate "ACX565AKM Panel"
47         depends on OMAP2_DSS_SDI && SPI
48         select BACKLIGHT_CLASS_DEVICE
49         help
50           This is the LCD panel used on Nokia N900
51 endmenu