summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs/linux-2.6.31.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/linux-kconfigs/linux-2.6.31.kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
index 9aa301b..90f182a 100644
--- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -24,10 +24,13 @@
choice
prompt "Linux v2.6.31.x series exact version to use."
- default EMBTK_LINUX_VERSION_2_6_31
help
Linux v2.6.31.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_31_11
+ bool "linux-2.6.31.11"
+ config EMBTK_LINUX_VERSION_2_6_31_10
+ bool "linux-2.6.31.10"
config EMBTK_LINUX_VERSION_2_6_31_9
bool "linux-2.6.31.9"
config EMBTK_LINUX_VERSION_2_6_31_8
@@ -52,6 +55,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.31.11" if EMBTK_LINUX_VERSION_2_6_31_11
+ default "2.6.31.10" if EMBTK_LINUX_VERSION_2_6_31_10
default "2.6.31.9" if EMBTK_LINUX_VERSION_2_6_31_9
default "2.6.31.8" if EMBTK_LINUX_VERSION_2_6_31_8
default "2.6.31.7" if EMBTK_LINUX_VERSION_2_6_31_7