summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Config.in b/Config.in
index 03dfb9f70..1cb16dd3d 100644
--- a/Config.in
+++ b/Config.in
@@ -106,15 +106,15 @@ depends on !ADK_TOOLCHAIN_ONLY && !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_
choice
prompt "Kernel Version"
-config ADK_KERNEL_VERSION_3_7_3
- prompt "3.7.3"
+config ADK_KERNEL_VERSION_3_8_1
+ prompt "3.8.1"
boolean
endchoice
config ADK_KERNEL_VERSION
string
- default "3.7.3" if ADK_KERNEL_VERSION_3_7_3
+ default "3.8.1" if ADK_KERNEL_VERSION_3_8_1
help
choice