Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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_NXP_PTN3460
  37. tristate "NXP PTN3460 DP/LVDS bridge"
  38. depends on OF
  39. select DRM_KMS_HELPER
  40. select DRM_PANEL
  41. ---help---
  42. NXP PTN3460 eDP-LVDS bridge chip driver.
  43. config DRM_PARADE_PS8622
  44. tristate "Parade eDP/LVDS bridge"
  45. depends on OF
  46. select DRM_PANEL
  47. select DRM_KMS_HELPER
  48. select BACKLIGHT_LCD_SUPPORT
  49. select BACKLIGHT_CLASS_DEVICE
  50. ---help---
  51. Parade eDP-LVDS bridge chip driver.
  52. config DRM_SII902X
  53. tristate "Silicon Image sii902x RGB/HDMI bridge"
  54. depends on OF
  55. select DRM_KMS_HELPER
  56. select REGMAP_I2C
  57. ---help---
  58. Silicon Image sii902x bridge chip driver.
  59. config DRM_TOSHIBA_TC358767
  60. tristate "Toshiba TC358767 eDP bridge"
  61. depends on OF
  62. select DRM_KMS_HELPER
  63. select REGMAP_I2C
  64. select DRM_PANEL
  65. ---help---
  66. Toshiba TC358767 eDP bridge chip driver.
  67. config DRM_TI_TFP410
  68. tristate "TI TFP410 DVI/HDMI bridge"
  69. depends on OF
  70. select DRM_KMS_HELPER
  71. ---help---
  72. Texas Instruments TFP410 DVI/HDMI Transmitter driver
  73. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  74. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  75. endmenu