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

4 5 6 7 8 9 10 11
config PANEL_GENERIC_DPI
        tristate "Generic DPI Panel"
        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.

12 13 14 15 16 17
config PANEL_LGPHILIPS_LB035Q02
	tristate "LG.Philips LB035Q02 LCD Panel"
	depends on OMAP2_DSS && SPI
	help
	  LCD Panel used on the Gumstix Overo Palo35

18 19 20
config PANEL_SHARP_LS037V7DW01
        tristate "Sharp LS037V7DW01 LCD Panel"
        depends on OMAP2_DSS
21
        select BACKLIGHT_CLASS_DEVICE
22 23 24
        help
          LCD Panel used in TI's SDP3430 and EVM boards

25 26 27 28 29 30 31
config PANEL_NEC_NL8048HL11_01B
	tristate "NEC NL8048HL11-01B Panel"
	depends on OMAP2_DSS
	help
		This NEC NL8048HL11-01B panel is TFT LCD
		used in the Zoom2/3/3630 sdp boards.

32 33 34 35 36 37
config PANEL_TAAL
        tristate "Taal DSI Panel"
        depends on OMAP2_DSS_DSI
        help
          Taal DSI command mode panel from TPO.

38 39
config PANEL_TPO_TD043MTEA1
        tristate "TPO TD043MTEA1 LCD Panel"
40
        depends on OMAP2_DSS && SPI
41 42 43
        help
          LCD Panel used in OMAP3 Pandora

44 45
config PANEL_ACX565AKM
	tristate "ACX565AKM Panel"
46
	depends on OMAP2_DSS_SDI && SPI
47 48 49
	select BACKLIGHT_CLASS_DEVICE
	help
	  This is the LCD panel used on Nokia N900
50
endmenu