Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. menu "OMAP Display Device Drivers (new device model)"
  2. depends on OMAP2_DSS
  3. config DISPLAY_ENCODER_OPA362
  4. tristate "OPA362 external analog amplifier"
  5. help
  6. Driver for OPA362 external analog TV amplifier controlled
  7. through a GPIO.
  8. config DISPLAY_ENCODER_TFP410
  9. tristate "TFP410 DPI to DVI Encoder"
  10. help
  11. Driver for TFP410 DPI to DVI encoder.
  12. config DISPLAY_ENCODER_TPD12S015
  13. tristate "TPD12S015 HDMI ESD protection and level shifter"
  14. help
  15. Driver for TPD12S015, which offers HDMI ESD protection and level
  16. shifting.
  17. config DISPLAY_CONNECTOR_DVI
  18. tristate "DVI Connector"
  19. depends on I2C
  20. help
  21. Driver for a generic DVI connector.
  22. config DISPLAY_CONNECTOR_HDMI
  23. tristate "HDMI Connector"
  24. help
  25. Driver for a generic HDMI connector.
  26. config DISPLAY_CONNECTOR_ANALOG_TV
  27. tristate "Analog TV Connector"
  28. help
  29. Driver for a generic analog TV connector.
  30. config DISPLAY_PANEL_DPI
  31. tristate "Generic DPI panel"
  32. help
  33. Driver for generic DPI panels.
  34. config DISPLAY_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 DISPLAY_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 DISPLAY_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 DISPLAY_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 DISPLAY_PANEL_TPO_TD028TTEC1
  55. tristate "TPO TD028TTEC1 LCD Panel"
  56. depends on SPI
  57. help
  58. LCD panel used in Openmoko.
  59. config DISPLAY_PANEL_TPO_TD043MTEA1
  60. tristate "TPO TD043MTEA1 LCD Panel"
  61. depends on SPI
  62. help
  63. LCD Panel used in OMAP3 Pandora
  64. config DISPLAY_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