summaryrefslogtreecommitdiff
path: root/target/linux/Config.in.kernelversion
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-08-11 11:42:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-08-11 11:42:32 +0200
commitcf30d2922270a47c9e0336611477befcf8fa4239 (patch)
tree161a867e57a7962f28fe98fa4087d47d21cded9c /target/linux/Config.in.kernelversion
parent8d2b0f40a83c1e0544ab192a4236bf511d6ab506 (diff)
add basic loongarch support, qemu does not boot the kernel, yet
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 0206923db..af844978b 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_19
+ bool "5.19"
+ 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_15
bool "5.15.23"
depends on !ADK_TARGET_ARCH_AVR32