From: Maxime Ripard Date: Wed, 3 Apr 2024 10:56:25 +0000 (+0200) Subject: mips: configs: ci20: Enable DRM_DW_HDMI X-Git-Tag: v6.11-rc1~95^2~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6dc7bc55a83c39bc81a1f6faff8631e05f7ff75;p=thirdparty%2Fkernel%2Flinux.git 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 Reported-by: Alexander Stein Signed-off-by: Maxime Ripard Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index 7827b2b392f67..90536cab417ee 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -122,6 +122,7 @@ CONFIG_IR_GPIO_TX=m CONFIG_MEDIA_SUPPORT=m CONFIG_DRM=m CONFIG_DRM_DISPLAY_CONNECTOR=m +CONFIG_DRM_DW_HDMI=m CONFIG_DRM_INGENIC=m CONFIG_DRM_INGENIC_DW_HDMI=m CONFIG_FB=y