Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. menu "OMAP Display Device Drivers (new device model)"
  2. depends on OMAP2_DSS
  3. config DISPLAY_ENCODER_TFP410
  4. tristate "TFP410 DPI to DVI Encoder"
  5. help
  6. Driver for TFP410 DPI to DVI encoder.
  7. config DISPLAY_ENCODER_TPD12S015
  8. tristate "TPD12S015 HDMI ESD protection and level shifter"
  9. help
  10. Driver for TPD12S015, which offers HDMI ESD protection and level
  11. shifting.
  12. config DISPLAY_CONNECTOR_DVI
  13. tristate "DVI Connector"
  14. depends on I2C
  15. help
  16. Driver for a generic DVI connector.
  17. config DISPLAY_CONNECTOR_HDMI
  18. tristate "HDMI Connector"
  19. help
  20. Driver for a generic HDMI connector.
  21. config DISPLAY_CONNECTOR_ANALOG_TV
  22. tristate "Analog TV Connector"
  23. help
  24. Driver for a generic analog TV connector.
  25. config DISPLAY_PANEL_DPI
  26. tristate "Generic DPI panel"
  27. help
  28. Driver for generic DPI panels.
  29. config DISPLAY_PANEL_DSI_CM
  30. tristate "Generic DSI Command Mode Panel"
  31. help
  32. Driver for generic DSI command mode panels.
  33. config DISPLAY_PANEL_SONY_ACX565AKM
  34. tristate "ACX565AKM Panel"
  35. depends on SPI && BACKLIGHT_CLASS_DEVICE
  36. help
  37. This is the LCD panel used on Nokia N900
  38. config DISPLAY_PANEL_LGPHILIPS_LB035Q02
  39. tristate "LG.Philips LB035Q02 LCD Panel"
  40. depends on SPI
  41. help
  42. LCD Panel used on the Gumstix Overo Palo35
  43. config DISPLAY_PANEL_SHARP_LS037V7DW01
  44. tristate "Sharp LS037V7DW01 LCD Panel"
  45. depends on BACKLIGHT_CLASS_DEVICE
  46. help
  47. LCD Panel used in TI's SDP3430 and EVM boards
  48. config DISPLAY_PANEL_TPO_TD043MTEA1
  49. tristate "TPO TD043MTEA1 LCD Panel"
  50. depends on SPI
  51. help
  52. LCD Panel used in OMAP3 Pandora
  53. config DISPLAY_PANEL_NEC_NL8048HL11
  54. tristate "NEC NL8048HL11 Panel"
  55. depends on SPI
  56. depends on BACKLIGHT_CLASS_DEVICE
  57. help
  58. This NEC NL8048HL11 panel is TFT LCD used in the
  59. Zoom2/3/3630 sdp boards.
  60. endmenu