aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-10 11:02:59 +0300
committerPekka Enberg <penberg@cs.helsinki.fi>2008-12-29 15:34:17 +0200
commitbf6803d6fd654d9a73cd90308b5225d78655d027 (patch)
treee6551e13cbfc0fd5525a9bad6c8546cefee08b23 /lib
parentfaa97abe6a3673af268abb661c6b663252a911aa (diff)
kmemtrace: remove config option for enabling tracing at boot
Users can pass kmemtrace.enabled=yes as a kernel parameter to enable kmemtrace at boot so remove the useless CONFIG_KMEMTRACE_DEFAULT_ENABLED config option. Cc: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 78d669b461d..b5417e23ba9 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -823,14 +823,6 @@ config KMEMTRACE
If unsure, say N.
-config KMEMTRACE_DEFAULT_ENABLED
- bool "Enabled by default at boot"
- depends on KMEMTRACE
- help
- Say Y here to enable kmemtrace at boot-time by default. Whatever
- the choice, the behavior can be overridden by a kernel parameter,
- as described in documentation.
-
menuconfig BUILD_DOCSRC
bool "Build targets in Documentation/ tree"
depends on HEADERS_CHECK