Kconfig 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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_DUMB_VGA_DAC
  25. tristate "Dumb VGA DAC Bridge support"
  26. depends on OF
  27. select DRM_KMS_HELPER
  28. help
  29. Support for non-programmable RGB to VGA DAC bridges, such as ADI
  30. ADV7123, TI THS8134 and THS8135 or passive resistor ladder DACs.
  31. config DRM_LVDS_ENCODER
  32. tristate "Transparent parallel to LVDS encoder support"
  33. depends on OF
  34. select DRM_PANEL_BRIDGE
  35. help
  36. Support for transparent parallel to LVDS encoders that don't require
  37. any configuration.
  38. config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
  39. tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
  40. depends on OF
  41. select DRM_KMS_HELPER
  42. select DRM_PANEL
  43. ---help---
  44. This is a driver for the display bridges of
  45. GE B850v3 that convert dual channel LVDS
  46. to DP++. This is used with the i.MX6 imx-ldb
  47. driver. You are likely to say N here.
  48. config DRM_NXP_PTN3460
  49. tristate "NXP PTN3460 DP/LVDS bridge"
  50. depends on OF
  51. select DRM_KMS_HELPER
  52. select DRM_PANEL
  53. ---help---
  54. NXP PTN3460 eDP-LVDS bridge chip driver.
  55. config DRM_PARADE_PS8622
  56. tristate "Parade eDP/LVDS bridge"
  57. depends on OF
  58. select DRM_PANEL
  59. select DRM_KMS_HELPER
  60. select BACKLIGHT_LCD_SUPPORT
  61. select BACKLIGHT_CLASS_DEVICE
  62. ---help---
  63. Parade eDP-LVDS bridge chip driver.
  64. config DRM_SIL_SII8620
  65. tristate "Silicon Image SII8620 HDMI/MHL bridge"
  66. depends on OF && RC_CORE
  67. select DRM_KMS_HELPER
  68. help
  69. Silicon Image SII8620 HDMI/MHL bridge chip driver.
  70. config DRM_SII902X
  71. tristate "Silicon Image sii902x RGB/HDMI bridge"
  72. depends on OF
  73. select DRM_KMS_HELPER
  74. select REGMAP_I2C
  75. ---help---
  76. Silicon Image sii902x bridge chip driver.
  77. config DRM_SII9234
  78. tristate "Silicon Image SII9234 HDMI/MHL bridge"
  79. depends on OF
  80. ---help---
  81. Say Y here if you want support for the MHL interface.
  82. It is an I2C driver, that detects connection of MHL bridge
  83. and starts encapsulation of HDMI signal.
  84. config DRM_TOSHIBA_TC358767
  85. tristate "Toshiba TC358767 eDP bridge"
  86. depends on OF
  87. select DRM_KMS_HELPER
  88. select REGMAP_I2C
  89. select DRM_PANEL
  90. ---help---
  91. Toshiba TC358767 eDP bridge chip driver.
  92. config DRM_TI_TFP410
  93. tristate "TI TFP410 DVI/HDMI bridge"
  94. depends on OF
  95. select DRM_KMS_HELPER
  96. ---help---
  97. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  98. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  99. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  100. source "drivers/gpu/drm/bridge/synopsys/Kconfig"
  101. endmenu