summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs/linux-3.2.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/linux-kconfigs/linux-3.2.kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.2.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.2.kconfig b/kconfig/linux-kconfigs/linux-3.2.kconfig
index aedd1bf..d4ef222 100644
--- a/kconfig/linux-kconfigs/linux-3.2.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.2.kconfig
@@ -28,6 +28,10 @@ choice
help
Linux v3.2.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_2_18
+ bool "linux-3.2.18"
+ config EMBTK_LINUX_VERSION_3_2_17
+ bool "linux-3.2.17"
config EMBTK_LINUX_VERSION_3_2_16
bool "linux-3.2.16"
config EMBTK_LINUX_VERSION_3_2_15
@@ -66,6 +70,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.2.18" if EMBTK_LINUX_VERSION_3_2_18
+ default "3.2.17" if EMBTK_LINUX_VERSION_3_2_17
default "3.2.16" if EMBTK_LINUX_VERSION_3_2_16
default "3.2.15" if EMBTK_LINUX_VERSION_3_2_15
default "3.2.14" if EMBTK_LINUX_VERSION_3_2_14