summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-10 22:14:09 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-10 22:14:09 +0100
commita6a9a2c6a1609b08d4e6c44fa32ff2a12d723a1e (patch)
tree0a974386071d57f55ebaa0a4e347273b1bbdcce8 /Kconfig
parentfee076399af853c5c751a7c901b673c4f7c01e97 (diff)
downloadembtoolkit-a6a9a2c6a1609b08d4e6c44fa32ff2a12d723a1e.tar.gz
embtoolkit-a6a9a2c6a1609b08d4e6c44fa32ff2a12d723a1e.tar.bz2
embtoolkit-a6a9a2c6a1609b08d4e6c44fa32ff2a12d723a1e.tar.xz
Kconfig: move out of toolchain some host tools kconfig include
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/Kconfig b/Kconfig
index 954ab81..75cdb29 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,6 @@
################################################################################
# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
-# Copyright(C) 2009-2013 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2014 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -50,9 +50,9 @@ source "kconfig/arch.kconfig"
source "kconfig/arch-variant.kconfig"
endmenu
-#Give ability to build (hide) old packages, instead of remove them in Embtk.
+# Give ability to build (or hide) old packages, instead of remove them in Embtk.
config EMBTK_OLDPACKAGES
- bool "Show old revision of some packages"
+ bool "Show old revisions of some packages"
help
This will allow you to build old revisions of some packages.
@@ -60,7 +60,7 @@ menu "Toolchain configuration"
source "kconfig/toolchain.kconfig"
endmenu
-menu "Debugging systems (GDB, strace, etc.)"
+menu "Toolchain Addons - Debugging systems"
source "packages/development/gdb/gdb.kconfig"
source "packages/misc/ncurses/ncurses.kconfig"
source "kconfig/strace.kconfig"