We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5151b commit cbdbd9cCopy full SHA for cbdbd9c
drivers/gpu/drm/bridge/imx/Kconfig
@@ -8,8 +8,8 @@ config DRM_IMX8MP_DW_HDMI_BRIDGE
8
depends on COMMON_CLK
9
depends on DRM_DW_HDMI
10
depends on OF
11
- select DRM_IMX8MP_HDMI_PVI
12
- select PHY_FSL_SAMSUNG_HDMI_PHY
+ imply DRM_IMX8MP_HDMI_PVI
+ imply PHY_FSL_SAMSUNG_HDMI_PHY
13
help
14
Choose this to enable support for the internal HDMI encoder found
15
on the i.MX8MP SoC.
0 commit comments