summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig3
-rw-r--r--kconfig/linux-kconfigs/linux-3.2.kconfig6
2 files changed, 9 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index 3f13021..cce8e51 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_23
+ bool "linux-3.0.23"
config EMBTK_LINUX_VERSION_3_0_22
bool "linux-3.0.22"
config EMBTK_LINUX_VERSION_3_0_21
@@ -78,6 +80,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.0.23" if EMBTK_LINUX_VERSION_3_0_23
default "3.0.22" if EMBTK_LINUX_VERSION_3_0_22
default "3.0.21" if EMBTK_LINUX_VERSION_3_0_21
default "3.0.20" if EMBTK_LINUX_VERSION_3_0_20
diff --git a/kconfig/linux-kconfigs/linux-3.2.kconfig b/kconfig/linux-kconfigs/linux-3.2.kconfig
index 4ff2672..924ff0c 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_9
+ bool "linux-3.2.9"
+ config EMBTK_LINUX_VERSION_3_2_8
+ bool "linux-3.2.8"
config EMBTK_LINUX_VERSION_3_2_7
bool "linux-3.2.7"
config EMBTK_LINUX_VERSION_3_2_6
@@ -48,6 +52,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.2.9" if EMBTK_LINUX_VERSION_3_2_9
+ default "3.2.8" if EMBTK_LINUX_VERSION_3_2_8
default "3.2.7" if EMBTK_LINUX_VERSION_3_2_7
default "3.2.6" if EMBTK_LINUX_VERSION_3_2_6
default "3.2.5" if EMBTK_LINUX_VERSION_3_2_5