X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=init%2FKconfig;h=3a8962316dcc780dbcf9a57bc48a252c9a622fee;hb=567f20a20be06ad546b5962340c4be268462055b;hp=0ca356f9ecd8e26255c70d962b5bae85a629ff51;hpb=653a9213ae6f303790975dd836d95778aab070de;p=linux-2.6.git diff --git a/init/Kconfig b/init/Kconfig index 0ca356f9e..3a8962316 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -545,35 +545,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