Kconfig 1.8 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
29
        select 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
36 37 38 39
	help
		This NEC NL8048HL11-01B panel is TFT LCD
		used in the Zoom2/3/3630 sdp boards.

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

47 48 49 50 51 52
config PANEL_TAAL
        tristate "Taal DSI Panel"
        depends on OMAP2_DSS_DSI
        help
          Taal DSI command mode panel from TPO.

53 54
config PANEL_TPO_TD043MTEA1
        tristate "TPO TD043MTEA1 LCD Panel"
55
        depends on OMAP2_DSS_DPI && SPI
56 57 58
        help
          LCD Panel used in OMAP3 Pandora

59 60
config PANEL_ACX565AKM
	tristate "ACX565AKM Panel"
61
	depends on OMAP2_DSS_SDI && SPI
62 63 64
	select BACKLIGHT_CLASS_DEVICE
	help
	  This is the LCD panel used on Nokia N900
65
endmenu