Kconfig 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. config DRM_BRIDGE
  2. def_bool y
  3. depends on DRM
  4. help
  5. Bridge registration and lookup framework.
  6. menu "Display Interface Bridges"
  7. depends on DRM && DRM_BRIDGE
  8. config DRM_ANALOGIX_ANX78XX
  9. tristate "Analogix ANX78XX bridge"
  10. select DRM_KMS_HELPER
  11. select REGMAP_I2C
  12. ---help---
  13. ANX78XX is an ultra-low Full-HD SlimPort transmitter
  14. designed for portable devices. The ANX78XX transforms
  15. the HDMI output of an application processor to MyDP
  16. or DisplayPort.
  17. config DRM_DUMB_VGA_DAC
  18. tristate "Dumb VGA DAC Bridge support"
  19. depends on OF
  20. select DRM_KMS_HELPER
  21. help
  22. Support for RGB to VGA DAC based bridges
  23. config DRM_LVDS_ENCODER
  24. tristate "Transparent parallel to LVDS encoder support"
  25. depends on OF
  26. select DRM_KMS_HELPER
  27. select DRM_PANEL
  28. help
  29. Support for transparent parallel to LVDS encoders that don't require
  30. any configuration.
  31. config DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW
  32. tristate "MegaChips stdp4028-ge-b850v3-fw and stdp2690-ge-b850v3-fw"
  33. depends on OF
  34. select DRM_KMS_HELPER
  35. select DRM_PANEL
  36. ---help---
  37. This is a driver for the display bridges of
  38. GE B850v3 that convert dual channel LVDS
  39. to DP++. This is used with the i.MX6 imx-ldb
  40. driver. You are likely to say N here.
  41. config DRM_NXP_PTN3460
  42. tristate "NXP PTN3460 DP/LVDS bridge"
  43. depends on OF
  44. select DRM_KMS_HELPER
  45. select DRM_PANEL
  46. ---help---
  47. NXP PTN3460 eDP-LVDS bridge chip driver.
  48. config DRM_PARADE_PS8622
  49. tristate "Parade eDP/LVDS bridge"
  50. depends on OF
  51. select DRM_PANEL
  52. select DRM_KMS_HELPER
  53. select BACKLIGHT_LCD_SUPPORT
  54. select BACKLIGHT_CLASS_DEVICE
  55. ---help---
  56. Parade eDP-LVDS bridge chip driver.
  57. config DRM_SIL_SII8620
  58. tristate "Silicon Image SII8620 HDMI/MHL bridge"
  59. depends on OF
  60. select DRM_KMS_HELPER
  61. help
  62. Silicon Image SII8620 HDMI/MHL bridge chip driver.
  63. config DRM_SII902X
  64. tristate "Silicon Image sii902x RGB/HDMI bridge"
  65. depends on OF
  66. select DRM_KMS_HELPER
  67. select REGMAP_I2C
  68. ---help---
  69. Silicon Image sii902x bridge chip driver.
  70. config DRM_TOSHIBA_TC358767
  71. tristate "Toshiba TC358767 eDP bridge"
  72. depends on OF
  73. select DRM_KMS_HELPER
  74. select REGMAP_I2C
  75. select DRM_PANEL
  76. ---help---
  77. Toshiba TC358767 eDP bridge chip driver.
  78. config DRM_TI_TFP410
  79. tristate "TI TFP410 DVI/HDMI bridge"
  80. depends on OF
  81. select DRM_KMS_HELPER
  82. ---help---
  83. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  84. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  85. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  86. source "drivers/gpu/drm/bridge/synopsys/Kconfig"
  87. endmenu