diff options
| author | Daniel Golle | 2024-09-19 17:39:56 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-09-19 17:41:31 +0000 |
| commit | 8ef5d39e5e08fe4eedd5da00648aff43d155f196 (patch) | |
| tree | 6936451185a549f4950216e176ceee22d302ba10 | |
| parent | 72d88af43f1ea84403b5e052ca8478a0214c3db6 (diff) | |
| download | openwrt-8ef5d39e5e08fe4eedd5da00648aff43d155f196.tar.gz | |
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@makrotopia.org>
| -rw-r--r-- | target/linux/at91/sama5/config-6.6 | 3 | ||||
| -rw-r--r-- | target/linux/at91/sama7/config-6.6 | 3 |
2 files changed, 6 insertions, 0 deletions
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 |