From: Linus Walleij Date: Fri, 10 Apr 2026 12:37:58 +0000 (+0200) Subject: kernel: 6.18: disable some new DRM modules X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=600b432a37d2ee8aa472de711610b7fee11ea829;p=thirdparty%2Fopenwrt.git kernel: 6.18: disable some new DRM modules Some new DRM kernel modules appeared in the 6.18 kernel and are now prompting for selection when enabling DRM in the kernel. The Gemini D-Link DIR-685 is always the first to run into this problem hence let's fix it before someone else tries to enable DRM. Link: https://github.com/openwrt/openwrt/pull/22875 Signed-off-by: Linus Walleij --- diff --git a/target/linux/generic/config-6.18 b/target/linux/generic/config-6.18 index 093d48af7fc..429adc04aa6 100644 --- a/target/linux/generic/config-6.18 +++ b/target/linux/generic/config-6.18 @@ -1586,6 +1586,7 @@ CONFIG_DQL=y # CONFIG_DRM_I915_GVT_KVMGT is not set # CONFIG_DRM_I915_REPLAY_GPU_HANGS_API is not set # CONFIG_DRM_IMX_LCDIF is not set +# CONFIG_DRM_ITE_IT6263 is not set # CONFIG_DRM_ITE_IT6505 is not set # CONFIG_DRM_ITE_IT66121 is not set # CONFIG_DRM_KOMEDA is not set @@ -1731,6 +1732,7 @@ CONFIG_DQL=y # CONFIG_DRM_SIL_SII8620 is not set # CONFIG_DRM_SIMPLEDRM is not set # CONFIG_DRM_SIMPLE_BRIDGE is not set +# CONFIG_DRM_SOLOMON_SSD2825 is not set # CONFIG_DRM_SSD130X is not set # CONFIG_DRM_ST7571_I2C is not set # CONFIG_DRM_ST7586 is not set @@ -1746,6 +1748,7 @@ CONFIG_DQL=y # CONFIG_DRM_TI_SN65DSI86 is not set # CONFIG_DRM_TI_TFP410 is not set # CONFIG_DRM_TI_TPD12S015 is not set +# CONFIG_DRM_TI_TDP158 is not set # CONFIG_DRM_TOSHIBA_TC358762 is not set # CONFIG_DRM_TOSHIBA_TC358764 is not set # CONFIG_DRM_TOSHIBA_TC358767 is not set