summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelversion.choice
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 16:39:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 16:39:17 +0200
commit2735fdf97305e110eba8e776f8728a52ae886c05 (patch)
tree0ce26ce1066bd7260625ca641b1e64c99015f47f /target/config/Config.in.kernelversion.choice
parent65c2ab93616bdf982152a94ab35c2079a5e3a2d7 (diff)
resolve merge conflict
Diffstat (limited to 'target/config/Config.in.kernelversion.choice')
-rw-r--r--target/config/Config.in.kernelversion.choice44
1 files changed, 44 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion.choice b/target/config/Config.in.kernelversion.choice
new file mode 100644
index 000000000..66b3e8d77
--- /dev/null
+++ b/target/config/Config.in.kernelversion.choice
@@ -0,0 +1,44 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+choice
+prompt "Kernel Version"
+depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING
+default ADK_KERNEL_VERSION_3_14_4
+
+config ADK_KERNEL_VERSION_3_15_RC5
+ prompt "3.15-rc5"
+ boolean
+
+config ADK_KERNEL_VERSION_3_14_4
+ prompt "3.14.4"
+ depends on !ADK_TARGET_SYSTEM_CUBOX_I
+ boolean
+
+config ADK_KERNEL_VERSION_3_13_11
+ prompt "3.13.11"
+ depends on !ADK_TARGET_SYSTEM_CUBOX_I
+ boolean
+
+config ADK_KERNEL_VERSION_3_12_20
+ prompt "3.12.20"
+ depends on !ADK_TARGET_SYSTEM_CUBOX_I
+ boolean
+
+config ADK_KERNEL_VERSION_3_10_40
+ prompt "3.10.40"
+ depends on !ADK_TARGET_SYSTEM_CUBOX_I
+ boolean
+
+config ADK_KERNEL_VERSION_3_10_30
+ prompt "3.10.30"
+ depends on ADK_TARGET_SYSTEM_CUBOX_I
+ boolean
+
+config ADK_KERNEL_VERSION_3_4_90
+ prompt "3.4.90"
+ depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
+ depends on !ADK_TARGET_SYSTEM_CUBOX_I
+ boolean
+
+endchoice