Kconfig 957 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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_DW_HDMI
  9. tristate
  10. select DRM_KMS_HELPER
  11. config DRM_DW_HDMI_AHB_AUDIO
  12. tristate "Synopsis Designware AHB Audio interface"
  13. depends on DRM_DW_HDMI && SND
  14. select SND_PCM
  15. select SND_PCM_ELD
  16. select SND_PCM_IEC958
  17. help
  18. Support the AHB Audio interface which is part of the Synopsis
  19. Designware HDMI block. This is used in conjunction with
  20. the i.MX6 HDMI driver.
  21. config DRM_NXP_PTN3460
  22. tristate "NXP PTN3460 DP/LVDS bridge"
  23. depends on OF
  24. select DRM_KMS_HELPER
  25. select DRM_PANEL
  26. ---help---
  27. NXP PTN3460 eDP-LVDS bridge chip driver.
  28. config DRM_PARADE_PS8622
  29. tristate "Parade eDP/LVDS bridge"
  30. depends on OF
  31. select DRM_PANEL
  32. select DRM_KMS_HELPER
  33. select BACKLIGHT_LCD_SUPPORT
  34. select BACKLIGHT_CLASS_DEVICE
  35. ---help---
  36. Parade eDP-LVDS bridge chip driver.
  37. endmenu