[openwrt/openwrt] at91: 6.6: add missing kernel symbols
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 19 10:42:31 PDT 2024
dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8ef5d39e5e08fe4eedd5da00648aff43d155f196
commit 8ef5d39e5e08fe4eedd5da00648aff43d155f196
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Sep 19 18:39:56 2024 +0100
at91: 6.6: add missing kernel symbols
Kconfig symbols CONFIG_VIDEO_MICROCHIP_CSI2DC, CONFIG_VIDEO_MICROCHIP_ISC
and CONFIG_VIDEO_MICROCHIP_XISC are missing for sama5 and sama7 causing
the build to abort or waiting for user input. Add the symbols (disabled)
so build with Linux 6.6 succeeds.
Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
target/linux/at91/sama5/config-6.6 | 3 +++
target/linux/at91/sama7/config-6.6 | 3 +++
2 files changed, 6 insertions(+)
diff --git a/target/linux/at91/sama5/config-6.6 b/target/linux/at91/sama5/config-6.6
index cb65655d14..04eee7a210 100644
--- a/target/linux/at91/sama5/config-6.6
+++ b/target/linux/at91/sama5/config-6.6
@@ -506,6 +506,9 @@ CONFIG_VFPv3=y
CONFIG_VIDEOMODE_HELPERS=y
CONFIG_VIDEO_CMDLINE=y
CONFIG_VIDEO_DEV=y
+# CONFIG_VIDEO_MICROCHIP_CSI2DC is not set
+# CONFIG_VIDEO_MICROCHIP_ISC is not set
+# CONFIG_VIDEO_MICROCHIP_XISC is not set
CONFIG_VIDEO_NOMODESET=y
CONFIG_VIDEO_V4L2_I2C=y
CONFIG_VM_EVENT_COUNTERS=y
diff --git a/target/linux/at91/sama7/config-6.6 b/target/linux/at91/sama7/config-6.6
index 3c6b6e10ff..e3455c5e37 100644
--- a/target/linux/at91/sama7/config-6.6
+++ b/target/linux/at91/sama7/config-6.6
@@ -417,6 +417,9 @@ CONFIG_VFAT_FS=y
CONFIG_VFP=y
CONFIG_VFPv3=y
CONFIG_VIDEO_DEV=y
+# CONFIG_VIDEO_MICROCHIP_CSI2DC is not set
+# CONFIG_VIDEO_MICROCHIP_ISC is not set
+# CONFIG_VIDEO_MICROCHIP_XISC is not set
CONFIG_VIDEO_V4L2_I2C=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
More information about the lede-commits
mailing list