Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. depends on BACKLIGHT_CLASS_DEVICE
  32. help
  33. Driver for generic DPI panels.
  34. config DRM_OMAP_PANEL_DSI_CM
  35. tristate "Generic DSI Command Mode Panel"
  36. depends on BACKLIGHT_CLASS_DEVICE
  37. help
  38. Driver for generic DSI command mode panels.
  39. config DRM_OMAP_PANEL_SONY_ACX565AKM
  40. tristate "ACX565AKM Panel"
  41. depends on SPI && BACKLIGHT_CLASS_DEVICE
  42. help
  43. This is the LCD panel used on Nokia N900
  44. config DRM_OMAP_PANEL_LGPHILIPS_LB035Q02
  45. tristate "LG.Philips LB035Q02 LCD Panel"
  46. depends on SPI
  47. help
  48. LCD Panel used on the Gumstix Overo Palo35
  49. config DRM_OMAP_PANEL_SHARP_LS037V7DW01
  50. tristate "Sharp LS037V7DW01 LCD Panel"
  51. depends on BACKLIGHT_CLASS_DEVICE
  52. help
  53. LCD Panel used in TI's SDP3430 and EVM boards
  54. config DRM_OMAP_PANEL_TPO_TD028TTEC1
  55. tristate "TPO TD028TTEC1 LCD Panel"
  56. depends on SPI
  57. help
  58. LCD panel used in Openmoko.
  59. config DRM_OMAP_PANEL_TPO_TD043MTEA1
  60. tristate "TPO TD043MTEA1 LCD Panel"
  61. depends on SPI
  62. help
  63. LCD Panel used in OMAP3 Pandora
  64. config DRM_OMAP_PANEL_NEC_NL8048HL11
  65. tristate "NEC NL8048HL11 Panel"
  66. depends on SPI
  67. depends on BACKLIGHT_CLASS_DEVICE
  68. help
  69. This NEC NL8048HL11 panel is TFT LCD used in the
  70. Zoom2/3/3630 sdp boards.
  71. endmenu