summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index b649ba6..393cada 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2011-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,6 +28,8 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_20
+ bool "linux-3.0.20"
config EMBTK_LINUX_VERSION_3_0_19
bool "linux-3.0.19"
config EMBTK_LINUX_VERSION_3_0_18
@@ -72,6 +74,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.0.20" if EMBTK_LINUX_VERSION_3_0_20
default "3.0.19" if EMBTK_LINUX_VERSION_3_0_19
default "3.0.18" if EMBTK_LINUX_VERSION_3_0_18
default "3.0.17" if EMBTK_LINUX_VERSION_3_0_17