From: Linus Torvalds Date: Mon, 14 Jul 2008 22:03:25 +0000 (-0700) Subject: x86: MMIOTRACE should not default to on X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=116a9fb3ed98c19d1ee0c6c55971f5b753949393;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git x86: MMIOTRACE should not default to on Even the help-text makes it clear that normal people shouldn't enable it. Signed-off-by: Linus Torvalds --- diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 5236621350bc..ae36bfa814e5 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -179,7 +179,6 @@ config MMIOTRACE depends on DEBUG_KERNEL && PCI select TRACING select MMIOTRACE_HOOKS - default y help Mmiotrace traces Memory Mapped I/O access and is meant for debugging and reverse engineering. It is called from the ioremap