From ec437ac8b251eca744d484207a7858eb8b70362a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 15 Oct 2011 20:22:08 +0200 Subject: allow more than one kernel to be configured, add shuttle pc support --- Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index e86ff3f23..9fb096866 100644 --- a/Config.in +++ b/Config.in @@ -73,6 +73,19 @@ endmenu menu "Kernel configuration" depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_KERNEL && !ADK_CHOOSE_TARGET_SYSTEM && ADK_TARGET_KERNEL_CUSTOMISING + +choice +prompt "Kernel Version" +config ADK_KERNEL_VERSION_2_6_39 + prompt "2.6.39" + boolean + +config ADK_KERNEL_VERSION_3_0_4 + prompt "3.0.4" + boolean + +endchoice + source "target/linux/Config.in" endmenu -- cgit v1.2.3