]> git.baikalelectronics.ru Git - kernel.git/commit
trace: mmiotrace to the tracer menu in Kconfig
authorPekka Paalanen <pq@iki.fi>
Sat, 3 Jan 2009 19:23:51 +0000 (21:23 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 15 Feb 2009 19:03:28 +0000 (20:03 +0100)
commit8c25dd88bd19abd0e43d21d7a913c4e3b1d68f87
treec3e2a092760b2eca5ff052cbea77cc84502b8016
parenta4fbeee7a601c25b2376dac49909627e012781dc
trace: mmiotrace to the tracer menu in Kconfig

Impact: cosmetic change in Kconfig menu layout

This patch was originally suggested by Peter Zijlstra, but seems it
was forgotten.

CONFIG_MMIOTRACE and CONFIG_MMIOTRACE_TEST were selectable
directly under the Kernel hacking / debugging menu in the kernel
configuration system. They were present only for x86 and x86_64.

Other tracers that use the ftrace tracing framework are in their own
sub-menu. This patch moves the mmiotrace configuration options there.
Since the Kconfig file, where the tracer menu is, is not architecture
specific, HAVE_MMIOTRACE_SUPPORT is introduced and provided only by
x86/x86_64. CONFIG_MMIOTRACE now depends on it.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig.debug
kernel/trace/Kconfig