xref: /linux/drivers/gpu/drm/bridge/cadence/Kconfig (revision 1e0f66420b13fdd45754be0f15220a9185d59aa4)
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_HELPER
6	select DRM_KMS_HELPER
7	select DRM_PANEL_BRIDGE
8	depends on OF
9	help
10	  Support Cadence DPI to DP bridge. This is an internal
11	  bridge and is meant to be directly embedded in a SoC.
12	  It takes a DPI stream as input and outputs it encoded
13	  in DP format.
14
15if DRM_CDNS_MHDP8546
16
17config DRM_CDNS_MHDP8546_J721E
18	depends on ARCH_K3 || COMPILE_TEST
19	bool "J721E Cadence DPI/DP wrapper support"
20	default y
21	help
22	  Support J721E Cadence DPI/DP wrapper. This is a wrapper
23	  which adds support for J721E related platform ops. It
24	  initializes the J721E Display Port and sets up the
25	  clock and data muxes.
26endif
27