1# SPDX-License-Identifier: GPL-2.0-only 2config 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 16if DRM_CDNS_MHDP8546 17 18config DRM_CDNS_MHDP8546_J721E 19 depends on ARCH_K3 || COMPILE_TEST 20 bool "J721E Cadence DPI/DP wrapper support" 21 default y 22 help 23 Support J721E Cadence DPI/DP wrapper. This is a wrapper 24 which adds support for J721E related platform ops. It 25 initializes the J721E Display Port and sets up the 26 clock and data muxes. 27endif 28