summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rules/Kconfig2
-rw-r--r--rules/binutils.in2
-rw-r--r--rules/cppunit.in2
-rw-r--r--rules/cross-insight.in2
-rw-r--r--rules/gdb.in2
-rw-r--r--rules/kernel.in2
-rw-r--r--rules/ldd.in2
-rw-r--r--rules/ltrace.in2
-rw-r--r--rules/ltt-control.in2
-rw-r--r--rules/memtest.in2
-rw-r--r--rules/oprofile.in2
-rw-r--r--rules/prelink.in2
-rw-r--r--rules/strace.in2
-rw-r--r--rules/valgrind.in2
14 files changed, 25 insertions, 3 deletions
diff --git a/rules/Kconfig b/rules/Kconfig
index a2eb18406..cff6f720f 100644
--- a/rules/Kconfig
+++ b/rules/Kconfig
@@ -24,7 +24,7 @@ source "rules/crosstools.in"
endmenu
menu "Debugging Tools "
-source "rules/debug.in"
+source "generated/debug_tools.in"
endmenu
menu "Workplace Convenience "
diff --git a/rules/binutils.in b/rules/binutils.in
index eee297c43..ac15a0b0b 100644
--- a/rules/binutils.in
+++ b/rules/binutils.in
@@ -1,4 +1,4 @@
-# binutils configuration
+## SECTION=debug_tools
menuconfig BINUTILS
tristate
diff --git a/rules/cppunit.in b/rules/cppunit.in
index f37669237..4ec489064 100644
--- a/rules/cppunit.in
+++ b/rules/cppunit.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config CPPUNIT
tristate
prompt "cppunit"
diff --git a/rules/cross-insight.in b/rules/cross-insight.in
index 1532704cb..5baaf1dab 100644
--- a/rules/cross-insight.in
+++ b/rules/cross-insight.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config CROSS_INSIGHT
bool
prompt "insight"
diff --git a/rules/gdb.in b/rules/gdb.in
index 6be729bc0..915fdaaf3 100644
--- a/rules/gdb.in
+++ b/rules/gdb.in
@@ -1,4 +1,4 @@
-#
+## SECTION=debug_tools
menu "gdb "
diff --git a/rules/kernel.in b/rules/kernel.in
index a3dbfca41..4ec9c5d2c 100644
--- a/rules/kernel.in
+++ b/rules/kernel.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config KERNEL_VMLINUX
bool
help
diff --git a/rules/ldd.in b/rules/ldd.in
index 595206e5e..66422c2ab 100644
--- a/rules/ldd.in
+++ b/rules/ldd.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config LDD
tristate
prompt "ldd"
diff --git a/rules/ltrace.in b/rules/ltrace.in
index 5507a2c33..a75612d37 100644
--- a/rules/ltrace.in
+++ b/rules/ltrace.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config LTRACE
tristate
select LIBELF
diff --git a/rules/ltt-control.in b/rules/ltt-control.in
index 1191098d4..daac5dd19 100644
--- a/rules/ltt-control.in
+++ b/rules/ltt-control.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config LTT_CONTROL
tristate
prompt "ltt-control"
diff --git a/rules/memtest.in b/rules/memtest.in
index a17c05b9d..861973510 100644
--- a/rules/memtest.in
+++ b/rules/memtest.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config MEMTEST
tristate
prompt "memtest"
diff --git a/rules/oprofile.in b/rules/oprofile.in
index 725dca024..5df59c88c 100644
--- a/rules/oprofile.in
+++ b/rules/oprofile.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config OPROFILE
tristate
select LIBPOPT
diff --git a/rules/prelink.in b/rules/prelink.in
index 0c71fcdab..dbe2625b2 100644
--- a/rules/prelink.in
+++ b/rules/prelink.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config PRELINK
tristate
select LIBELF
diff --git a/rules/strace.in b/rules/strace.in
index dc91cbfb9..bc1b5abcf 100644
--- a/rules/strace.in
+++ b/rules/strace.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
menuconfig STRACE
tristate
prompt "strace "
diff --git a/rules/valgrind.in b/rules/valgrind.in
index e92eb17aa..c24f1180a 100644
--- a/rules/valgrind.in
+++ b/rules/valgrind.in
@@ -1,3 +1,5 @@
+## SECTION=debug_tools
+
config VALGRIND
tristate
prompt "valgrind"