Fix ARM profiling/instrumentation configuration
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 Jan 2008 17:23:51 +0000 (09:23 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 Jan 2008 17:23:51 +0000 (09:23 -0800)
commit38ad9aebe70dc72df08851bbd1620d89329129ba
tree076d29952ab7d8c6caca21db8b04397d616a68b6
parent3568834e813e0dd7547035b3148b2f2a2b48ee4e
Fix ARM profiling/instrumentation configuration

Commit 09cadedbdc01f1a4bea1f427d4fb4642eaa19da9 ("Combine
instrumentation menus in kernel/Kconfig.instrumentation") broke ARM
profiling support, since ARM has some extra Kconfig options and doesn't
just use the common OPROFILE/KPROBES config options.

Rather than just revert the thing outright, or add ARM-specific
knowledge to the generic Kconfig.instrumentation file (where the only
and whole point was to be generic, not too architecture-specific), this
just makes ARM not use the generic version, since it doesn't suit it.

So create an arm-specific version of Kconfig.instrumentation instead,
and use that.

Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Russell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/Kconfig
arch/arm/Kconfig.instrumentation [new file with mode: 0644]