summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs/linux-3.3.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/linux-kconfigs/linux-3.3.kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.3.kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.3.kconfig b/kconfig/linux-kconfigs/linux-3.3.kconfig
index fe9fe7c..e472124 100644
--- a/kconfig/linux-kconfigs/linux-3.3.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.3.kconfig
@@ -28,6 +28,12 @@ choice
help
Linux v3.3.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_3_7
+ bool "linux-3.3.7"
+ config EMBTK_LINUX_VERSION_3_3_6
+ bool "linux-3.3.6"
+ config EMBTK_LINUX_VERSION_3_3_5
+ bool "linux-3.3.5"
config EMBTK_LINUX_VERSION_3_3_4
bool "linux-3.3.4"
config EMBTK_LINUX_VERSION_3_3_3
@@ -42,6 +48,9 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.3.7" if EMBTK_LINUX_VERSION_3_3_7
+ default "3.3.6" if EMBTK_LINUX_VERSION_3_3_6
+ default "3.3.5" if EMBTK_LINUX_VERSION_3_3_5
default "3.3.4" if EMBTK_LINUX_VERSION_3_3_4
default "3.3.3" if EMBTK_LINUX_VERSION_3_3_3
default "3.3.2" if EMBTK_LINUX_VERSION_3_3_2