Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mips: configs: ci20: Enable DRM_DW_HDMI

Commit 4fc8cb47fcfd ("drm/display: Move HDMI helpers into display-helper
module") turned the DRM_DW_HDMI dependency of DRM_INGENIC_DW_HDMI into a
depends on which ended up disabling the drivers in the defconfig. Make
sure it's still enabled.

Fixes: 4fc8cb47fcfd ("drm/display: Move HDMI helpers into display-helper module")
Reported-by: Mark Brown <broonie@kernel.org>
Reported-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>

authored by

Maxime Ripard and committed by
Thomas Bogendoerfer
e6dc7bc5 fbe0fae6

+1
+1
arch/mips/configs/ci20_defconfig
··· 122 122 CONFIG_MEDIA_SUPPORT=m 123 123 CONFIG_DRM=m 124 124 CONFIG_DRM_DISPLAY_CONNECTOR=m 125 + CONFIG_DRM_DW_HDMI=m 125 126 CONFIG_DRM_INGENIC=m 126 127 CONFIG_DRM_INGENIC_DW_HDMI=m 127 128 CONFIG_FB=y