Kconfig 798 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_CDNS_MHDP8546
  3. tristate "Cadence DPI/DP bridge"
  4. select DRM_DISPLAY_DP_HELPER
  5. select DRM_DISPLAY_HDCP_HELPER
  6. select DRM_DISPLAY_HELPER
  7. select DRM_KMS_HELPER
  8. select DRM_PANEL_BRIDGE
  9. depends on OF
  10. help
  11. Support Cadence DPI to DP bridge. This is an internal
  12. bridge and is meant to be directly embedded in a SoC.
  13. It takes a DPI stream as input and outputs it encoded
  14. in DP format.
  15. if DRM_CDNS_MHDP8546
  16. config DRM_CDNS_MHDP8546_J721E
  17. depends on ARCH_K3 || COMPILE_TEST
  18. bool "J721E Cadence DPI/DP wrapper support"
  19. default y
  20. help
  21. Support J721E Cadence DPI/DP wrapper. This is a wrapper
  22. which adds support for J721E related platform ops. It
  23. initializes the J721E Display Port and sets up the
  24. clock and data muxes.
  25. endif