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