summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-08 20:26:32 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-08 20:26:32 +0200
commit7693dc31679537dd3bfd001bbd9e4e311ca8f09b (patch)
treebdcb1592e71cabe139daa8096d2e1768c9438c3f /Kconfig
parent6e7fc53d80d82b466eb96e00cfdc1ad917b9cf15 (diff)
downloadembtoolkit-7693dc31679537dd3bfd001bbd9e4e311ca8f09b.tar.gz
embtoolkit-7693dc31679537dd3bfd001bbd9e4e311ca8f09b.tar.bz2
embtoolkit-7693dc31679537dd3bfd001bbd9e4e311ca8f09b.tar.xz
Introduce EMBTK_OLDPACKAGES, giving then ability to build old packages
This patch introduces EMBTK_OLDPACKAGES, giving then ability to build old packages or to hide them in Embtk. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index d937395..9692a90 100644
--- a/Kconfig
+++ b/Kconfig
@@ -37,6 +37,12 @@ menu "Architecture Variant and options"
source "kconfig/arch-variant.kconfig"
endmenu
+#Give ability to build (hide) old packages, instead of remove them in Embtk.
+config EMBTK_OLDPACKAGES
+ bool "Show old revision of some packages"
+ help
+ This will allow you to build old revisions of some packages.
+
menu "Toolchain configuration"
source "kconfig/toolchain.kconfig"
endmenu