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 <torvalds@linux-foundation.org>
This commit is contained in:
parent
40e7babbb5
commit
116a9fb3ed
|
@ -179,7 +179,6 @@ config MMIOTRACE
|
||||||
depends on DEBUG_KERNEL && PCI
|
depends on DEBUG_KERNEL && PCI
|
||||||
select TRACING
|
select TRACING
|
||||||
select MMIOTRACE_HOOKS
|
select MMIOTRACE_HOOKS
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Mmiotrace traces Memory Mapped I/O access and is meant for
|
Mmiotrace traces Memory Mapped I/O access and is meant for
|
||||||
debugging and reverse engineering. It is called from the ioremap
|
debugging and reverse engineering. It is called from the ioremap
|
||||||
|
|
Loading…
Reference in New Issue