Kconfig 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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_DW_HDMI
  18. tristate
  19. select DRM_KMS_HELPER
  20. config DRM_DW_HDMI_AHB_AUDIO
  21. tristate "Synopsis Designware AHB Audio interface"
  22. depends on DRM_DW_HDMI && SND
  23. select SND_PCM
  24. select SND_PCM_ELD
  25. select SND_PCM_IEC958
  26. help
  27. Support the AHB Audio interface which is part of the Synopsis
  28. Designware HDMI block. This is used in conjunction with
  29. the i.MX6 HDMI driver.
  30. config DRM_NXP_PTN3460
  31. tristate "NXP PTN3460 DP/LVDS bridge"
  32. depends on OF
  33. select DRM_KMS_HELPER
  34. select DRM_PANEL
  35. ---help---
  36. NXP PTN3460 eDP-LVDS bridge chip driver.
  37. config DRM_PARADE_PS8622
  38. tristate "Parade eDP/LVDS bridge"
  39. depends on OF
  40. select DRM_PANEL
  41. select DRM_KMS_HELPER
  42. select BACKLIGHT_LCD_SUPPORT
  43. select BACKLIGHT_CLASS_DEVICE
  44. ---help---
  45. Parade eDP-LVDS bridge chip driver.
  46. config DRM_SII902X
  47. tristate "Silicon Image sii902x RGB/HDMI bridge"
  48. depends on OF
  49. select DRM_KMS_HELPER
  50. select REGMAP_I2C
  51. ---help---
  52. Silicon Image sii902x bridge chip driver.
  53. config DRM_TOSHIBA_TC358767
  54. tristate "Toshiba TC358767 eDP bridge"
  55. depends on OF
  56. select DRM_KMS_HELPER
  57. select REGMAP_I2C
  58. select DRM_PANEL
  59. ---help---
  60. Toshiba TC358767 eDP bridge chip driver.
  61. source "drivers/gpu/drm/bridge/analogix/Kconfig"
  62. source "drivers/gpu/drm/bridge/adv7511/Kconfig"
  63. endmenu