Kconfig 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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 RGB to VGA DAC based bridges
  30. config DRM_LVDS_ENCODER
  31. tristate "Transparent parallel to LVDS encoder support"
  32. depends on OF
  33. select DRM_PANEL_BRIDGE
  34. help
  35. Support for transparent parallel to LVDS encoders that don't require
  36. any configuration.
  37. config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
  38. tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
  39. depends on OF
  40. select DRM_KMS_HELPER
  41. select DRM_PANEL
  42. ---help---
  43. This is a driver for the display bridges of
  44. GE B850v3 that convert dual channel LVDS
  45. to DP++. This is used with the i.MX6 imx-ldb
  46. driver. You are likely to say N here.
  47. config DRM_NXP_PTN3460
  48. tristate "NXP PTN3460 DP/LVDS bridge"
  49. depends on OF
  50. select DRM_KMS_HELPER
  51. select DRM_PANEL
  52. ---help---
  53. NXP PTN3460 eDP-LVDS bridge chip driver.
  54. config DRM_PARADE_PS8622
  55. tristate "Parade eDP/LVDS bridge"
  56. depends on OF
  57. select DRM_PANEL
  58. select DRM_KMS_HELPER
  59. select BACKLIGHT_LCD_SUPPORT
  60. select BACKLIGHT_CLASS_DEVICE
  61. ---help---
  62. Parade eDP-LVDS bridge chip driver.
  63. config DRM_SIL_SII8620
  64. tristate "Silicon Image SII8620 HDMI/MHL bridge"
  65. depends on OF
  66. select DRM_KMS_HELPER
  67. help
  68. Silicon Image SII8620 HDMI/MHL bridge chip driver.
  69. config DRM_SII902X
  70. tristate "Silicon Image sii902x RGB/HDMI bridge"
  71. depends on OF
  72. select DRM_KMS_HELPER
  73. select REGMAP_I2C
  74. ---help---
  75. Silicon Image sii902x bridge chip driver.
  76. config DRM_TOSHIBA_TC358767
  77. tristate "Toshiba TC358767 eDP bridge"
  78. depends on OF
  79. select DRM_KMS_HELPER
  80. select REGMAP_I2C
  81. select DRM_PANEL
  82. ---help---
  83. Toshiba TC358767 eDP bridge chip driver.
  84. config DRM_TI_TFP410
  85. tristate "TI TFP410 DVI/HDMI bridge"
  86. depends on OF
  87. select DRM_KMS_HELPER
  88. ---help---
  89. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  90. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  91. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  92. source "drivers/gpu/drm/bridge/synopsys/Kconfig"
  93. endmenu