Kconfig 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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_TFP410
  12. tristate "TFP410 DPI-to-DVI chip"
  13. depends on OMAP2_DSS_DPI && I2C
  14. help
  15. Driver for TFP410 DPI-to-DVI chip. The driver uses i2c to read EDID
  16. 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. depends on 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. depends on SPI
  32. depends on BACKLIGHT_CLASS_DEVICE
  33. help
  34. This NEC NL8048HL11-01B panel is TFT LCD
  35. used in the Zoom2/3/3630 sdp boards.
  36. config PANEL_PICODLP
  37. tristate "TI PICO DLP mini-projector"
  38. depends on OMAP2_DSS_DPI && I2C
  39. help
  40. A mini-projector used in TI's SDP4430 and EVM boards
  41. For more info please visit http://www.dlp.com/projector/
  42. config PANEL_TAAL
  43. tristate "Taal DSI Panel"
  44. depends on OMAP2_DSS_DSI
  45. depends on BACKLIGHT_CLASS_DEVICE
  46. help
  47. Taal DSI command mode panel from TPO.
  48. config PANEL_TPO_TD043MTEA1
  49. tristate "TPO TD043MTEA1 LCD Panel"
  50. depends on OMAP2_DSS_DPI && SPI
  51. help
  52. LCD Panel used in OMAP3 Pandora
  53. config PANEL_ACX565AKM
  54. tristate "ACX565AKM Panel"
  55. depends on OMAP2_DSS_SDI && SPI
  56. depends on BACKLIGHT_CLASS_DEVICE
  57. help
  58. This is the LCD panel used on Nokia N900
  59. config PANEL_N8X0
  60. tristate "N8X0 Panel"
  61. depends on OMAP2_DSS_RFBI && SPI
  62. depends on BACKLIGHT_CLASS_DEVICE
  63. help
  64. This is the LCD panel used on Nokia N8x0
  65. endmenu