summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index 80efc6d..d8acd59 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -27,6 +27,8 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_46
+ bool "linux-2.6.27.46"
config EMBTK_LINUX_VERSION_2_6_27_45
bool "linux-2.6.27.45"
config EMBTK_LINUX_VERSION_2_6_27_44
@@ -121,6 +123,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.46" if EMBTK_LINUX_VERSION_2_6_27_46
default "2.6.27.45" if EMBTK_LINUX_VERSION_2_6_27_45
default "2.6.27.44" if EMBTK_LINUX_VERSION_2_6_27_44
default "2.6.27.43" if EMBTK_LINUX_VERSION_2_6_27_43