* [patch 10/12] uml: add kconfig debug deps
@ 2005-03-22 16:21 blaisorblade
0 siblings, 0 replies; only message in thread
From: blaisorblade @ 2005-03-22 16:21 UTC (permalink / raw)
To: akpm; +Cc: jdike, linux-kernel, user-mode-linux-devel, blaisorblade
Add some needed dependencies for some debug options and hide the MAGIC_SYSRQ
option for UML, since it displays this option in another menu.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---
linux-2.6.11-paolo/arch/um/Kconfig.debug | 6 +++---
linux-2.6.11-paolo/lib/Kconfig.debug | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff -puN arch/um/Kconfig.debug~uml-kbuild-debug-deps arch/um/Kconfig.debug
--- linux-2.6.11/arch/um/Kconfig.debug~uml-kbuild-debug-deps 2005-03-22 10:28:03.000000000 +0100
+++ linux-2.6.11-paolo/arch/um/Kconfig.debug 2005-03-22 10:30:46.000000000 +0100
@@ -8,7 +8,7 @@ config FRAME_POINTER
config PT_PROXY
bool "Enable ptrace proxy"
- depends on XTERM_CHAN && DEBUG_INFO
+ depends on XTERM_CHAN && DEBUG_INFO && MODE_TT
help
This option enables a debugging interface which allows gdb to debug
the kernel without needing to actually attach to kernel threads.
@@ -16,7 +16,7 @@ config PT_PROXY
config GPROF
bool "Enable gprof support"
- depends on DEBUG_INFO
+ depends on DEBUG_INFO && MODE_SKAS
help
This allows profiling of a User-Mode Linux kernel with the gprof
utility.
@@ -29,7 +29,7 @@ config GPROF
config GCOV
bool "Enable gcov support"
- depends on DEBUG_INFO
+ depends on DEBUG_INFO && MODE_SKAS
help
This option allows developers to retrieve coverage data from a UML
session.
diff -puN lib/Kconfig.debug~uml-kbuild-debug-deps lib/Kconfig.debug
--- linux-2.6.11/lib/Kconfig.debug~uml-kbuild-debug-deps 2005-03-22 10:28:03.000000000 +0100
+++ linux-2.6.11-paolo/lib/Kconfig.debug 2005-03-22 10:30:50.000000000 +0100
@@ -17,7 +17,7 @@ config DEBUG_KERNEL
config MAGIC_SYSRQ
bool "Magic SysRq key"
- depends on DEBUG_KERNEL
+ depends on DEBUG_KERNEL && !UML
help
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-22 17:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-22 16:21 [patch 10/12] uml: add kconfig debug deps blaisorblade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®