1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_CDNS_MHDP8546
3	tristate "Cadence DPI/DP bridge"
4	select DRM_DP_HELPER
5	select DRM_KMS_HELPER
6	select DRM_PANEL_BRIDGE
7	depends on OF
8	help
9	  Support Cadence DPI to DP bridge. This is an internal
10	  bridge and is meant to be directly embedded in a SoC.
11	  It takes a DPI stream as input and outputs it encoded
12	  in DP format.
13
14if DRM_CDNS_MHDP8546
15
16config 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.
25endif
26