Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. menu "OMAP2/3 Display Device Drivers"
  2. depends on OMAP2_DSS
  3. config PANEL_GENERIC_DPI
  4. tristate "Generic DPI Panel"
  5. depends on OMAP2_DSS_DPI
  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. config PANEL_DVI
  12. tristate "DVI output"
  13. depends on OMAP2_DSS_DPI
  14. help
  15. Driver for external monitors, connected via DVI. The driver uses i2c
  16. to read EDID information from the monitor.
  17. config PANEL_LGPHILIPS_LB035Q02
  18. tristate "LG.Philips LB035Q02 LCD Panel"
  19. depends on OMAP2_DSS_DPI && SPI
  20. help
  21. LCD Panel used on the Gumstix Overo Palo35
  22. config PANEL_SHARP_LS037V7DW01
  23. tristate "Sharp LS037V7DW01 LCD Panel"
  24. depends on OMAP2_DSS_DPI
  25. select BACKLIGHT_CLASS_DEVICE
  26. help
  27. LCD Panel used in TI's SDP3430 and EVM boards
  28. config PANEL_NEC_NL8048HL11_01B
  29. tristate "NEC NL8048HL11-01B Panel"
  30. depends on OMAP2_DSS_DPI
  31. help
  32. This NEC NL8048HL11-01B panel is TFT LCD
  33. used in the Zoom2/3/3630 sdp boards.
  34. config PANEL_PICODLP
  35. tristate "TI PICO DLP mini-projector"
  36. depends on OMAP2_DSS && I2C
  37. help
  38. A mini-projector used in TI's SDP4430 and EVM boards
  39. For more info please visit http://www.dlp.com/projector/
  40. config PANEL_TAAL
  41. tristate "Taal DSI Panel"
  42. depends on OMAP2_DSS_DSI
  43. help
  44. Taal DSI command mode panel from TPO.
  45. config PANEL_TPO_TD043MTEA1
  46. tristate "TPO TD043MTEA1 LCD Panel"
  47. depends on OMAP2_DSS_DPI && SPI
  48. help
  49. LCD Panel used in OMAP3 Pandora
  50. config PANEL_ACX565AKM
  51. tristate "ACX565AKM Panel"
  52. depends on OMAP2_DSS_SDI && SPI
  53. select BACKLIGHT_CLASS_DEVICE
  54. help
  55. This is the LCD panel used on Nokia N900
  56. config PANEL_N8X0
  57. tristate "N8X0 Panel"
  58. depends on OMAP2_DSS_RFBI && SPI
  59. select BACKLIGHT_CLASS_DEVICE
  60. help
  61. This is the LCD panel used on Nokia N8x0
  62. endmenu