From 1bd6dda198eb44f6f34f3646c628dc248e5699fe Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Tue, 15 Oct 2024 00:23:36 +0300 Subject: [PATCH] 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 --- target/linux/qoriq/config-6.6 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2