diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-12-19 15:24:25 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-06 19:46:44 +0300 |
commit | c265a762aa196de11f38f6f44cc817329f32a813 (patch) | |
tree | 7ce95686b85205535ba63a3e2f6eafc86a1b67dc /arch/arm/oprofile/Kconfig | |
parent | 62d0cfcb27cf755cebdc93ca95dabc83608007cd (diff) | |
download | linux-c265a762aa196de11f38f6f44cc817329f32a813.tar.xz |
[ARM] oprofile: add ARM11 core support
Add basic support for the ARM11 profiling hardware. This is shared
between the ARM11 UP and ARM11 SMP oprofile support code.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/oprofile/Kconfig')
-rw-r--r-- | arch/arm/oprofile/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/oprofile/Kconfig b/arch/arm/oprofile/Kconfig index 19d37730b664..615a6b9503a4 100644 --- a/arch/arm/oprofile/Kconfig +++ b/arch/arm/oprofile/Kconfig @@ -19,5 +19,8 @@ config OPROFILE If unsure, say N. +config OPROFILE_ARM11_CORE + bool + endmenu |