summaryrefslogtreecommitdiff
path: root/target/linux/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-15 21:52:09 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-15 21:52:09 +0100
commitf2c902c52961e7f888a89745aff9bb7980117c19 (patch)
treea66916b05ec7f18cb2b6ba239fba51a0f52d1c5c /target/linux/Config.in.kernelversion
parent12b3bedeb67dbf9bbf082c91aa50ee5d004e0d41 (diff)
linux: add 5.15.x suppport
Diffstat (limited to 'target/linux/Config.in.kernelversion')
-rw-r--r--target/linux/Config.in.kernelversion8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion
index 8f5b7c174..8c846c317 100644
--- a/target/linux/Config.in.kernelversion
+++ b/target/linux/Config.in.kernelversion
@@ -34,6 +34,14 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_GIT
select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
select ADK_TARGET_LINUX_KERNEL_IMAGE if ADK_TARGET_SYSTEM_BEAGLEBONE_BLACK
+config ADK_TARGET_LINUX_KERNEL_VERSION_5_15
+ bool "5.15.23"
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_BFIN
+ depends on !ADK_TARGET_ARCH_CRIS
+ depends on !ADK_TARGET_ARCH_FRV
+ depends on !ADK_TARGET_ARCH_METAG
+
config ADK_TARGET_LINUX_KERNEL_VERSION_5_10
bool "5.10.100"
depends on !ADK_TARGET_ARCH_AVR32