summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
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