summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig45
1 files changed, 45 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index 4f1480d..e73933f 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -28,6 +28,36 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_35
+ bool "linux-2.6.27.35"
+ config EMBTK_LINUX_VERSION_2_6_27_34
+ bool "linux-2.6.27.34"
+ config EMBTK_LINUX_VERSION_2_6_27_33
+ bool "linux-2.6.27.33"
+ config EMBTK_LINUX_VERSION_2_6_27_32
+ bool "linux-2.6.27.32"
+ config EMBTK_LINUX_VERSION_2_6_27_31
+ bool "linux-2.6.27.31"
+ config EMBTK_LINUX_VERSION_2_6_27_30
+ bool "linux-2.6.27.30"
+ config EMBTK_LINUX_VERSION_2_6_27_29
+ bool "linux-2.6.27.29"
+ config EMBTK_LINUX_VERSION_2_6_27_28
+ bool "linux-2.6.27.28"
+ config EMBTK_LINUX_VERSION_2_6_27_27
+ bool "linux-2.6.27.27"
+ config EMBTK_LINUX_VERSION_2_6_27_26
+ bool "linux-2.6.27.26"
+ config EMBTK_LINUX_VERSION_2_6_27_25
+ bool "linux-2.6.27.25"
+ config EMBTK_LINUX_VERSION_2_6_27_24
+ bool "linux-2.6.27.24"
+ config EMBTK_LINUX_VERSION_2_6_27_23
+ bool "linux-2.6.27.23"
+ config EMBTK_LINUX_VERSION_2_6_27_22
+ bool "linux-2.6.27.22"
+ config EMBTK_LINUX_VERSION_2_6_27_21
+ bool "linux-2.6.27.21"
config EMBTK_LINUX_VERSION_2_6_27_20
bool "linux-2.6.27.20"
config EMBTK_LINUX_VERSION_2_6_27_19
@@ -74,6 +104,21 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.35" if EMBTK_LINUX_VERSION_2_6_27_35
+ default "2.6.27.34" if EMBTK_LINUX_VERSION_2_6_27_34
+ default "2.6.27.33" if EMBTK_LINUX_VERSION_2_6_27_33
+ default "2.6.27.32" if EMBTK_LINUX_VERSION_2_6_27_32
+ default "2.6.27.31" if EMBTK_LINUX_VERSION_2_6_27_31
+ default "2.6.27.30" if EMBTK_LINUX_VERSION_2_6_27_30
+ default "2.6.27.29" if EMBTK_LINUX_VERSION_2_6_27_29
+ default "2.6.27.28" if EMBTK_LINUX_VERSION_2_6_27_28
+ default "2.6.27.27" if EMBTK_LINUX_VERSION_2_6_27_27
+ default "2.6.27.26" if EMBTK_LINUX_VERSION_2_6_27_26
+ default "2.6.27.25" if EMBTK_LINUX_VERSION_2_6_27_25
+ default "2.6.27.24" if EMBTK_LINUX_VERSION_2_6_27_24
+ default "2.6.27.23" if EMBTK_LINUX_VERSION_2_6_27_23
+ default "2.6.27.22" if EMBTK_LINUX_VERSION_2_6_27_22
+ default "2.6.27.21" if EMBTK_LINUX_VERSION_2_6_27_21
default "2.6.27.20" if EMBTK_LINUX_VERSION_2_6_27_20
default "2.6.27.19" if EMBTK_LINUX_VERSION_2_6_27_19
default "2.6.27.18" if EMBTK_LINUX_VERSION_2_6_27_18