]> Pileus Git - ~andy/linux/blob - drivers/video/omap2/displays/Kconfig
OMAPDSS: Add N800 panel driver
[~andy/linux] / 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_DVI
14         tristate "DVI output"
15         depends on OMAP2_DSS_DPI
16         help
17           Driver for external monitors, connected via DVI. The driver uses i2c
18           to read EDID information from the monitor.
19
20 config PANEL_LGPHILIPS_LB035Q02
21         tristate "LG.Philips LB035Q02 LCD Panel"
22         depends on OMAP2_DSS_DPI && SPI
23         help
24           LCD Panel used on the Gumstix Overo Palo35
25
26 config PANEL_SHARP_LS037V7DW01
27         tristate "Sharp LS037V7DW01 LCD Panel"
28         depends on OMAP2_DSS_DPI
29         select BACKLIGHT_CLASS_DEVICE
30         help
31           LCD Panel used in TI's SDP3430 and EVM boards
32
33 config PANEL_NEC_NL8048HL11_01B
34         tristate "NEC NL8048HL11-01B Panel"
35         depends on OMAP2_DSS_DPI
36         help
37                 This NEC NL8048HL11-01B panel is TFT LCD
38                 used in the Zoom2/3/3630 sdp boards.
39
40 config PANEL_PICODLP
41         tristate "TI PICO DLP mini-projector"
42         depends on OMAP2_DSS && I2C
43         help
44                 A mini-projector used in TI's SDP4430 and EVM boards
45                 For more info please visit http://www.dlp.com/projector/
46
47 config PANEL_TAAL
48         tristate "Taal DSI Panel"
49         depends on OMAP2_DSS_DSI
50         help
51           Taal DSI command mode panel from TPO.
52
53 config PANEL_TPO_TD043MTEA1
54         tristate "TPO TD043MTEA1 LCD Panel"
55         depends on OMAP2_DSS_DPI && SPI
56         help
57           LCD Panel used in OMAP3 Pandora
58
59 config PANEL_ACX565AKM
60         tristate "ACX565AKM Panel"
61         depends on OMAP2_DSS_SDI && SPI
62         select BACKLIGHT_CLASS_DEVICE
63         help
64           This is the LCD panel used on Nokia N900
65
66 config PANEL_N8X0
67         tristate "N8X0 Panel"
68         depends on OMAP2_DSS_RFBI && SPI
69         select BACKLIGHT_CLASS_DEVICE
70         help
71           This is the LCD panel used on Nokia N8x0
72 endmenu