summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Tintel2024-10-14 21:23:36 +0000
committerStijn Tintel2024-10-14 21:27:34 +0000
commit1bd6dda198eb44f6f34f3646c628dc248e5699fe (patch)
tree62881a3f34ad74e8e78882cda7077d32a5c8f32e
parentac483e1c2a37180aea9ab985aefde8f236d582a6 (diff)
downloadopenwrt-1bd6dda198eb44f6f34f3646c628dc248e5699fe.tar.gz
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 <namiltd@yahoo.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
-rw-r--r--target/linux/qoriq/config-6.61
1 files changed, 1 insertions, 0 deletions
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