From: Stijn Tintel Date: Mon, 14 Oct 2024 21:23:36 +0000 (+0300) Subject: qoriq: add missing kernel config symbol X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1bd6dda198eb44f6f34f3646c628dc248e5699fe;p=openwrt%2Fopenwrt.git qoriq: add missing kernel config symbol Dropping the source-only flag from qoriq and adding it to the buildbots exposed a missing kernel config symbol: CONFIG_DRM_OFDRM. Addd it as disabled to the qoriq kernel config, as the only device currently supported in the qoriq target does not have any display hardware. Reported-by: Mieczyslaw Nalewaj Signed-off-by: Stijn Tintel --- diff --git a/target/linux/qoriq/config-6.6 b/target/linux/qoriq/config-6.6 index 750e6c6551..70edd18bd0 100644 --- a/target/linux/qoriq/config-6.6 +++ b/target/linux/qoriq/config-6.6 @@ -103,6 +103,7 @@ CONFIG_DMA_ENGINE=y CONFIG_DMA_OF=y CONFIG_DMA_OPS=y CONFIG_DMA_OPS_BYPASS=y +# CONFIG_DRM_OFDRM is not set CONFIG_DTC=y CONFIG_DUMMY_CONSOLE=y # CONFIG_E5500_CPU is not set