summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-01 17:54:57 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-01 17:54:57 +0200
commit6fa2ad4ce3eb9379b28b2a65569974adcac575c9 (patch)
tree18765719716861109ff3eb56c624838d5a6112fe /kconfig/linux-kconfigs
parente1e14457755394a1a6a63efc396f1d35b8c36764 (diff)
downloadembtoolkit-6fa2ad4ce3eb9379b28b2a65569974adcac575c9.tar.gz
embtoolkit-6fa2ad4ce3eb9379b28b2a65569974adcac575c9.tar.bz2
embtoolkit-6fa2ad4ce3eb9379b28b2a65569974adcac575c9.tar.xz
Toolchain: linux headers: Add linux-3.2.{12..16}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux-kconfigs')
-rw-r--r--kconfig/linux-kconfigs/linux-3.2.kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.2.kconfig b/kconfig/linux-kconfigs/linux-3.2.kconfig
index b0844c5..aedd1bf 100644
--- a/kconfig/linux-kconfigs/linux-3.2.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.2.kconfig
@@ -28,6 +28,16 @@ choice
help
Linux v3.2.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_2_16
+ bool "linux-3.2.16"
+ config EMBTK_LINUX_VERSION_3_2_15
+ bool "linux-3.2.15"
+ config EMBTK_LINUX_VERSION_3_2_14
+ bool "linux-3.2.14"
+ config EMBTK_LINUX_VERSION_3_2_13
+ bool "linux-3.2.13"
+ config EMBTK_LINUX_VERSION_3_2_12
+ bool "linux-3.2.12"
config EMBTK_LINUX_VERSION_3_2_11
bool "linux-3.2.11"
config EMBTK_LINUX_VERSION_3_2_10
@@ -56,6 +66,11 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ 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
+ default "3.2.13" if EMBTK_LINUX_VERSION_3_2_13
+ default "3.2.12" if EMBTK_LINUX_VERSION_3_2_12
default "3.2.11" if EMBTK_LINUX_VERSION_3_2_11
default "3.2.10" if EMBTK_LINUX_VERSION_3_2_10
default "3.2.9" if EMBTK_LINUX_VERSION_3_2_9