diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -95,7 +95,7 @@ prompt "Kernel Version" depends on ADK_TOOLCHAIN_ONLY config ADK_KERNEL_VERSION_TOOLCHAIN - prompt "3.5.4" + prompt "3.5.6" boolean depends on ADK_TOOLCHAIN_ONLY @@ -106,20 +106,25 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_ choice prompt "Kernel Version" -config ADK_KERNEL_VERSION_3_5_4 - prompt "3.5.4" +config ADK_KERNEL_VERSION_3_6_1 + prompt "3.6.1" boolean -config ADK_KERNEL_VERSION_3_4_9 - prompt "3.4.9" +config ADK_KERNEL_VERSION_3_5_6 + prompt "3.5.6" + boolean + +config ADK_KERNEL_VERSION_3_4_13 + prompt "3.4.13" boolean endchoice config ADK_KERNEL_VERSION string - default "3.4.9" if ADK_KERNEL_VERSION_3_4_9 - default "3.5.4" if ADK_KERNEL_VERSION_3_5_4 + default "3.4.13" if ADK_KERNEL_VERSION_3_4_13 + default "3.5.6" if ADK_KERNEL_VERSION_3_5_6 + default "3.6.1" if ADK_KERNEL_VERSION_3_6_1 help choice |