diff options
author | Baruch Siach <baruch@tkos.co.il> | 2013-06-17 11:29:46 +0300 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2013-07-08 01:11:38 -0700 |
commit | e3f432919feb4f26fe837472669e397ba8e8fccb (patch) | |
tree | 8d9555828ab0739290f63f696cf88ca2d26def8b /arch/xtensa/Kconfig | |
parent | 925f5532e83bfe236b4f69ba4265c19663cfa9c7 (diff) |
xtensa: ccount based sched_clock
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index dadcf824a5c..8852c0d3583 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -11,6 +11,7 @@ config XTENSA select VIRT_TO_BUS select GENERIC_IRQ_SHOW select GENERIC_CPU_DEVICES + select GENERIC_SCHED_CLOCK select MODULES_USE_ELF_RELA select GENERIC_PCI_IOMAP select ARCH_WANT_IPC_PARSE_VERSION |