Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. config DRM_BRIDGE
  2. def_bool y
  3. depends on DRM
  4. help
  5. Bridge registration and lookup framework.
  6. config DRM_PANEL_BRIDGE
  7. def_bool y
  8. depends on DRM_BRIDGE
  9. depends on DRM_KMS_HELPER
  10. select DRM_PANEL
  11. help
  12. DRM bridge wrapper of DRM panels
  13. menu "Display Interface Bridges"
  14. depends on DRM && DRM_BRIDGE
  15. config DRM_ANALOGIX_ANX78XX
  16. tristate "Analogix ANX78XX bridge"
  17. select DRM_KMS_HELPER
  18. select REGMAP_I2C
  19. ---help---
  20. ANX78XX is an ultra-low Full-HD SlimPort transmitter
  21. designed for portable devices. The ANX78XX transforms
  22. the HDMI output of an application processor to MyDP
  23. or DisplayPort.
  24. config DRM_CDNS_DSI
  25. tristate "Cadence DPI/DSI bridge"
  26. select DRM_KMS_HELPER
  27. select DRM_MIPI_DSI
  28. select DRM_PANEL_BRIDGE
  29. depends on OF
  30. help
  31. Support Cadence DPI to DSI bridge. This is an internal
  32. bridge and is meant to be directly embedded in a SoC.
  33. config DRM_DUMB_VGA_DAC
  34. tristate "Dumb VGA DAC Bridge support"
  35. depends on OF
  36. select DRM_KMS_HELPER
  37. help
  38. Support for non-programmable RGB to VGA DAC bridges, such as ADI
  39. ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs.
  40. config DRM_LVDS_ENCODER
  41. tristate "Transparent parallel to LVDS encoder support"
  42. depends on OF
  43. select DRM_PANEL_BRIDGE
  44. help
  45. Support for transparent parallel to LVDS encoders that don't require
  46. any configuration.
  47. config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
  48. tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
  49. depends on OF
  50. select DRM_KMS_HELPER
  51. select DRM_PANEL
  52. ---help---
  53. This is a driver for the display bridges of
  54. GE B850v3 that convert dual channel LVDS
  55. to DP++. This is used with the i.MX6 imx-ldb
  56. driver. You are likely to say N here.
  57. config DRM_NXP_PTN3460
  58. tristate "NXP PTN3460 DP/LVDS bridge"
  59. depends on OF
  60. select DRM_KMS_HELPER
  61. select DRM_PANEL
  62. ---help---
  63. NXP PTN3460 eDP-LVDS bridge chip driver.
  64. config DRM_PARADE_PS8622
  65. tristate "Parade eDP/LVDS bridge"
  66. depends on OF
  67. select DRM_PANEL
  68. select DRM_KMS_HELPER
  69. select BACKLIGHT_LCD_SUPPORT
  70. select BACKLIGHT_CLASS_DEVICE
  71. ---help---
  72. Parade eDP-LVDS bridge chip driver.
  73. config DRM_SIL_SII8620
  74. tristate "Silicon Image SII8620 HDMI/MHL bridge"
  75. depends on OF
  76. select DRM_KMS_HELPER
  77. imply EXTCON
  78. select INPUT
  79. select RC_CORE
  80. help
  81. Silicon Image SII8620 HDMI/MHL bridge chip driver.
  82. config DRM_SII902X
  83. tristate "Silicon Image sii902x RGB/HDMI bridge"
  84. depends on OF
  85. select DRM_KMS_HELPER
  86. select REGMAP_I2C
  87. ---help---
  88. Silicon Image sii902x bridge chip driver.
  89. config DRM_SII9234
  90. tristate "Silicon Image SII9234 HDMI/MHL bridge"
  91. depends on OF
  92. ---help---
  93. Say Y here if you want support for the MHL interface.
  94. It is an I2C driver, that detects connection of MHL bridge
  95. and starts encapsulation of HDMI signal.
  96. config DRM_THINE_THC63LVD1024
  97. tristate "Thine THC63LVD1024 LVDS decoder bridge"
  98. depends on OF
  99. ---help---
  100. Thine THC63LVD1024 LVDS/parallel converter driver.
  101. config DRM_TOSHIBA_TC358764
  102. tristate "TC358764 DSI/LVDS bridge"
  103. depends on DRM && DRM_PANEL
  104. depends on OF
  105. select DRM_MIPI_DSI
  106. help
  107. Toshiba TC358764 DSI/LVDS bridge driver.
  108. config DRM_TOSHIBA_TC358767
  109. tristate "Toshiba TC358767 eDP bridge"
  110. depends on OF
  111. select DRM_KMS_HELPER
  112. select REGMAP_I2C
  113. select DRM_PANEL
  114. ---help---
  115. Toshiba TC358767 eDP bridge chip driver.
  116. config DRM_TI_TFP410
  117. tristate "TI TFP410 DVI/HDMI bridge"
  118. depends on OF
  119. select DRM_KMS_HELPER
  120. ---help---
  121. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  122. config DRM_TI_SN65DSI86
  123. tristate "TI SN65DSI86 DSI to eDP bridge"
  124. depends on OF
  125. select DRM_KMS_HELPER
  126. select REGMAP_I2C
  127. select DRM_PANEL
  128. select DRM_MIPI_DSI
  129. help
  130. Texas Instruments SN65DSI86 DSI to eDP Bridge driver
  131. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  132. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  133. source "drivers/gpu/drm/bridge/synopsys/Kconfig"
  134. endmenu