Kconfig 2.0 KB
Newer Older
1 2 3
menu "OMAP2/3 Display Device Drivers"
        depends on OMAP2_DSS

4 5
config PANEL_GENERIC_DPI
        tristate "Generic DPI Panel"
6
	depends on OMAP2_DSS_DPI
7 8 9 10 11 12
        help
	  Generic DPI panel driver.
	  Supports DVI output for Beagle and OMAP3 SDP.
	  Supports LCD Panel used in TI SDP3430 and EVM boards,
	  OMAP3517 EVM boards and CM-T35.

13 14 15 16 17 18 19
config PANEL_DVI
	tristate "DVI output"
	depends on OMAP2_DSS_DPI
	help
	  Driver for external monitors, connected via DVI. The driver uses i2c
	  to read EDID information from the monitor.

20 21
config PANEL_LGPHILIPS_LB035Q02
	tristate "LG.Philips LB035Q02 LCD Panel"
22
	depends on OMAP2_DSS_DPI && SPI
23 24 25
	help
	  LCD Panel used on the Gumstix Overo Palo35

26 27
config PANEL_SHARP_LS037V7DW01
        tristate "Sharp LS037V7DW01 LCD Panel"
28
        depends on OMAP2_DSS_DPI
A
Arnd Bergmann 已提交
29
        depends on BACKLIGHT_CLASS_DEVICE
30 31 32
        help
          LCD Panel used in TI's SDP3430 and EVM boards

33 34
config PANEL_NEC_NL8048HL11_01B
	tristate "NEC NL8048HL11-01B Panel"
35
	depends on OMAP2_DSS_DPI
A
Arnd Bergmann 已提交
36 37
	depends on SPI
	depends on BACKLIGHT_CLASS_DEVICE
38 39 40 41
	help
		This NEC NL8048HL11-01B panel is TFT LCD
		used in the Zoom2/3/3630 sdp boards.

42 43
config PANEL_PICODLP
	tristate "TI PICO DLP mini-projector"
44
	depends on OMAP2_DSS_DPI && I2C
45 46 47 48
	help
		A mini-projector used in TI's SDP4430 and EVM boards
		For more info please visit http://www.dlp.com/projector/

49 50 51
config PANEL_TAAL
        tristate "Taal DSI Panel"
        depends on OMAP2_DSS_DSI
A
Arnd Bergmann 已提交
52
        depends on BACKLIGHT_CLASS_DEVICE
53 54 55
        help
          Taal DSI command mode panel from TPO.

56 57
config PANEL_TPO_TD043MTEA1
        tristate "TPO TD043MTEA1 LCD Panel"
58
        depends on OMAP2_DSS_DPI && SPI
59 60 61
        help
          LCD Panel used in OMAP3 Pandora

62 63
config PANEL_ACX565AKM
	tristate "ACX565AKM Panel"
64
	depends on OMAP2_DSS_SDI && SPI
A
Arnd Bergmann 已提交
65
	depends on BACKLIGHT_CLASS_DEVICE
66 67
	help
	  This is the LCD panel used on Nokia N900
T
Tomi Valkeinen 已提交
68 69 70 71

config PANEL_N8X0
	tristate "N8X0 Panel"
	depends on OMAP2_DSS_RFBI && SPI
A
Arnd Bergmann 已提交
72
	depends on BACKLIGHT_CLASS_DEVICE
T
Tomi Valkeinen 已提交
73 74
	help
	  This is the LCD panel used on Nokia N8x0
75
endmenu