Kconfig 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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_DW_HDMI
  24. tristate
  25. select DRM_KMS_HELPER
  26. config DRM_DW_HDMI_AHB_AUDIO
  27. tristate "Synopsis Designware AHB Audio interface"
  28. depends on DRM_DW_HDMI && SND
  29. select SND_PCM
  30. select SND_PCM_ELD
  31. select SND_PCM_IEC958
  32. help
  33. Support the AHB Audio interface which is part of the Synopsis
  34. Designware HDMI block. This is used in conjunction with
  35. the i.MX6 HDMI driver.
  36. config DRM_DW_HDMI_I2S_AUDIO
  37. tristate "Synopsis Designware I2S Audio interface"
  38. depends on SND_SOC
  39. depends on DRM_DW_HDMI
  40. select SND_SOC_HDMI_CODEC
  41. help
  42. Support the I2S Audio interface which is part of the Synopsis
  43. Designware HDMI block.
  44. config DRM_NXP_PTN3460
  45. tristate "NXP PTN3460 DP/LVDS bridge"
  46. depends on OF
  47. select DRM_KMS_HELPER
  48. select DRM_PANEL
  49. ---help---
  50. NXP PTN3460 eDP-LVDS bridge chip driver.
  51. config DRM_PARADE_PS8622
  52. tristate "Parade eDP/LVDS bridge"
  53. depends on OF
  54. select DRM_PANEL
  55. select DRM_KMS_HELPER
  56. select BACKLIGHT_LCD_SUPPORT
  57. select BACKLIGHT_CLASS_DEVICE
  58. ---help---
  59. Parade eDP-LVDS bridge chip driver.
  60. config DRM_SIL_SII8620
  61. tristate "Silicon Image SII8620 HDMI/MHL bridge"
  62. depends on OF
  63. select DRM_KMS_HELPER
  64. help
  65. Silicon Image SII8620 HDMI/MHL bridge chip driver.
  66. config DRM_SII902X
  67. tristate "Silicon Image sii902x RGB/HDMI bridge"
  68. depends on OF
  69. select DRM_KMS_HELPER
  70. select REGMAP_I2C
  71. ---help---
  72. Silicon Image sii902x bridge chip driver.
  73. config DRM_TOSHIBA_TC358767
  74. tristate "Toshiba TC358767 eDP bridge"
  75. depends on OF
  76. select DRM_KMS_HELPER
  77. select REGMAP_I2C
  78. select DRM_PANEL
  79. ---help---
  80. Toshiba TC358767 eDP bridge chip driver.
  81. config DRM_TI_TFP410
  82. tristate "TI TFP410 DVI/HDMI bridge"
  83. depends on OF
  84. select DRM_KMS_HELPER
  85. ---help---
  86. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  87. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  88. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  89. endmenu