Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. menu "OMAPDRM External Display Device Drivers"
  2. config DRM_OMAP_ENCODER_OPA362
  3. tristate "OPA362 external analog amplifier"
  4. help
  5. Driver for OPA362 external analog TV amplifier controlled
  6. through a GPIO.
  7. config DRM_OMAP_ENCODER_TFP410
  8. tristate "TFP410 DPI to DVI Encoder"
  9. help
  10. Driver for TFP410 DPI to DVI encoder.
  11. config DRM_OMAP_ENCODER_TPD12S015
  12. tristate "TPD12S015 HDMI ESD protection and level shifter"
  13. help
  14. Driver for TPD12S015, which offers HDMI ESD protection and level
  15. shifting.
  16. config DRM_OMAP_CONNECTOR_DVI
  17. tristate "DVI Connector"
  18. depends on I2C
  19. help
  20. Driver for a generic DVI connector.
  21. config DRM_OMAP_CONNECTOR_HDMI
  22. tristate "HDMI Connector"
  23. help
  24. Driver for a generic HDMI connector.
  25. config DRM_OMAP_CONNECTOR_ANALOG_TV
  26. tristate "Analog TV Connector"
  27. help
  28. Driver for a generic analog TV connector.
  29. config DRM_OMAP_PANEL_DPI
  30. tristate "Generic DPI panel"
  31. help
  32. Driver for generic DPI panels.
  33. config DRM_OMAP_PANEL_DSI_CM
  34. tristate "Generic DSI Command Mode Panel"
  35. depends on BACKLIGHT_CLASS_DEVICE
  36. help
  37. Driver for generic DSI command mode panels.
  38. config DRM_OMAP_PANEL_SONY_ACX565AKM
  39. tristate "ACX565AKM Panel"
  40. depends on SPI && BACKLIGHT_CLASS_DEVICE
  41. help
  42. This is the LCD panel used on Nokia N900
  43. config DRM_OMAP_PANEL_LGPHILIPS_LB035Q02
  44. tristate "LG.Philips LB035Q02 LCD Panel"
  45. depends on SPI
  46. help
  47. LCD Panel used on the Gumstix Overo Palo35
  48. config DRM_OMAP_PANEL_SHARP_LS037V7DW01
  49. tristate "Sharp LS037V7DW01 LCD Panel"
  50. depends on BACKLIGHT_CLASS_DEVICE
  51. help
  52. LCD Panel used in TI's SDP3430 and EVM boards
  53. config DRM_OMAP_PANEL_TPO_TD028TTEC1
  54. tristate "TPO TD028TTEC1 LCD Panel"
  55. depends on SPI
  56. help
  57. LCD panel used in Openmoko.
  58. config DRM_OMAP_PANEL_TPO_TD043MTEA1
  59. tristate "TPO TD043MTEA1 LCD Panel"
  60. depends on SPI
  61. help
  62. LCD Panel used in OMAP3 Pandora
  63. config DRM_OMAP_PANEL_NEC_NL8048HL11
  64. tristate "NEC NL8048HL11 Panel"
  65. depends on SPI
  66. depends on BACKLIGHT_CLASS_DEVICE
  67. help
  68. This NEC NL8048HL11 panel is TFT LCD used in the
  69. Zoom2/3/3630 sdp boards.
  70. endmenu