Skip to content

Commit cbdbd9c

Browse files
aford173robertfoss
authored andcommitted
drm/bridge: imx: Fix unmet depenency for PHY_FSL_SAMSUNG_HDMI_PHY
When enabling i.MX8MP DWC HDMI driver, it automatically selects PHY_FSL_SAMSUNG_HDMI_PHY, since it wont' work without the phy. This may cause some Kconfig warnings during various build tests. Fix this by implying the phy instead of selecting the phy. To prevent this from happening with the DRM_IMX8MP_HDMI_PVI, also imply it instead of selecting it. Fixes: 1f36d63 ("drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Adam Ford <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Robert Foss <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 1b5151b commit cbdbd9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/gpu/drm/bridge/imx/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ config DRM_IMX8MP_DW_HDMI_BRIDGE
88
depends on COMMON_CLK
99
depends on DRM_DW_HDMI
1010
depends on OF
11-
select DRM_IMX8MP_HDMI_PVI
12-
select PHY_FSL_SAMSUNG_HDMI_PHY
11+
imply DRM_IMX8MP_HDMI_PVI
12+
imply PHY_FSL_SAMSUNG_HDMI_PHY
1313
help
1414
Choose this to enable support for the internal HDMI encoder found
1515
on the i.MX8MP SoC.

0 commit comments

Comments
 (0)