From 27cc6620c73e70e74e1722410ac5315ccf2c0dc4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Apr 2014 12:00:42 +0200 Subject: work in progress patches for cubox-i --- Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 572c414ea..5cc7f0526 100644 --- a/Config.in +++ b/Config.in @@ -107,6 +107,10 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" +config ADK_KERNEL_VERSION_3_14_1 + prompt "3.14.1" + boolean + config ADK_KERNEL_VERSION_3_13_7 prompt "3.13.7" boolean @@ -131,6 +135,7 @@ endchoice config ADK_KERNEL_VERSION string + default "3.14.1" if ADK_KERNEL_VERSION_3_14_1 default "3.13.7" if ADK_KERNEL_VERSION_3_13_7 default "3.12.14" if ADK_KERNEL_VERSION_3_12_14 default "3.11.10" if ADK_KERNEL_VERSION_3_11_10 -- cgit v1.2.3