Kconfig 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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_KMS_HELPER
  44. select DRM_PANEL_BRIDGE
  45. help
  46. Support for transparent parallel to LVDS encoders that don't require
  47. any configuration.
  48. config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
  49. tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
  50. depends on OF
  51. select DRM_KMS_HELPER
  52. select DRM_PANEL
  53. ---help---
  54. This is a driver for the display bridges of
  55. GE B850v3 that convert dual channel LVDS
  56. to DP++. This is used with the i.MX6 imx-ldb
  57. driver. You are likely to say N here.
  58. config DRM_NXP_PTN3460
  59. tristate "NXP PTN3460 DP/LVDS bridge"
  60. depends on OF
  61. select DRM_KMS_HELPER
  62. select DRM_PANEL
  63. ---help---
  64. NXP PTN3460 eDP-LVDS bridge chip driver.
  65. config DRM_PARADE_PS8622
  66. tristate "Parade eDP/LVDS bridge"
  67. depends on OF
  68. select DRM_PANEL
  69. select DRM_KMS_HELPER
  70. select BACKLIGHT_LCD_SUPPORT
  71. select BACKLIGHT_CLASS_DEVICE
  72. ---help---
  73. Parade eDP-LVDS bridge chip driver.
  74. config DRM_SIL_SII8620
  75. tristate "Silicon Image SII8620 HDMI/MHL bridge"
  76. depends on OF
  77. select DRM_KMS_HELPER
  78. imply EXTCON
  79. select INPUT
  80. select RC_CORE
  81. help
  82. Silicon Image SII8620 HDMI/MHL bridge chip driver.
  83. config DRM_SII902X
  84. tristate "Silicon Image sii902x RGB/HDMI bridge"
  85. depends on OF
  86. select DRM_KMS_HELPER
  87. select REGMAP_I2C
  88. ---help---
  89. Silicon Image sii902x bridge chip driver.
  90. config DRM_SII9234
  91. tristate "Silicon Image SII9234 HDMI/MHL bridge"
  92. depends on OF
  93. ---help---
  94. Say Y here if you want support for the MHL interface.
  95. It is an I2C driver, that detects connection of MHL bridge
  96. and starts encapsulation of HDMI signal.
  97. config DRM_THINE_THC63LVD1024
  98. tristate "Thine THC63LVD1024 LVDS decoder bridge"
  99. depends on OF
  100. ---help---
  101. Thine THC63LVD1024 LVDS/parallel converter driver.
  102. config DRM_TOSHIBA_TC358767
  103. tristate "Toshiba TC358767 eDP bridge"
  104. depends on OF
  105. select DRM_KMS_HELPER
  106. select REGMAP_I2C
  107. select DRM_PANEL
  108. ---help---
  109. Toshiba TC358767 eDP bridge chip driver.
  110. config DRM_TI_TFP410
  111. tristate "TI TFP410 DVI/HDMI bridge"
  112. depends on OF
  113. select DRM_KMS_HELPER
  114. ---help---
  115. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  116. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  117. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  118. source "drivers/gpu/drm/bridge/synopsys/Kconfig"
  119. endmenu