X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=init%2FKconfig;fp=init%2FKconfig;h=0295b869b86e007e0ee16b02da6c466e337f00f3;hb=e0ff8aa1acd079b70e796571917ae0449b7c465b;hp=08350606e7bbc442aaea4d838472e861e9a3357c;hpb=bef9ea3086d47cf98cfd0ea389953a0af0b60114;p=linux-2.6.git diff --git a/init/Kconfig b/init/Kconfig index 08350606e..0295b869b 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -528,35 +528,6 @@ config STOP_MACHINE Need stop_machine() primitive. endmenu -menu "Process debugging support" - -config UTRACE - bool "Infrastructure for tracing and debugging user processes" - default y - help - Enable the utrace process tracing interface. - This is an internal kernel interface to track events in user - threads, extract and change user thread state. This interface - is exported to kernel modules, and is also used to implement ptrace. - If you disable this, no facilities for debugging user processes - will be available, nor the facilities used by UML and other - applications. Unless you are making a specially stripped-down - kernel and are very sure you don't need these facilitiies, - say Y. - -config PTRACE - bool "Legacy ptrace system call interface" - default y - depends on UTRACE - help - Enable the ptrace system call. - This is traditionally used by debuggers like GDB, - and is used by UML and some other applications. - Unless you are very sure you won't run anything that needs it, - say Y. - -endmenu - menu "Block layer" source "block/Kconfig" endmenu