diff options
author | Vineet Gupta | 2013-01-22 17:02:38 +0530 |
---|---|---|
committer | Vineet Gupta | 2013-02-15 23:16:00 +0530 |
commit | 769bc1fd7b8591a312d4c5c8834bc6510272938e (patch) | |
tree | 72ce15497ddabc58e492a0f489d1a6a08639f06b /arch/arc/Kconfig | |
parent | 01b812bcce4920d9587fab7a964493d368be1522 (diff) |
ARC: OProfile support
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: Robert Richter <rric@kernel.org>
Cc: oprofile-list@lists.sf.net
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 409b9378032e..405ea7a756b8 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -25,6 +25,7 @@ config ARC select HAVE_ARCH_TRACEHOOK select HAVE_GENERIC_HARDIRQS select HAVE_MEMBLOCK + select HAVE_OPROFILE select IRQ_DOMAIN select MODULES_USE_ELF_RELA select NO_BOOTMEM |