diff options
author | Max Filippov <jcmvbkbc@gmail.com> | 2014-01-29 03:20:46 +0100 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2014-02-21 18:33:42 +0100 |
commit | bda8932d234aeaee870ac666e776a5ba03bb13a4 (patch) | |
tree | 4dc98729b3ea78b8e980cb769ffcfbab72cee4b7 /arch/xtensa/Kconfig | |
parent | xtensa: no need to select USE_GENERIC_SMP_HELPERS (diff) | |
download | linux-bda8932d234aeaee870ac666e776a5ba03bb13a4.tar.xz linux-bda8932d234aeaee870ac666e776a5ba03bb13a4.zip |
xtensa: support common clock framework
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
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 44f1152efa2f..c87ae7c6e5f9 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -20,6 +20,7 @@ config XTENSA select HAVE_FUNCTION_TRACER select HAVE_IRQ_TIME_ACCOUNTING select HAVE_PERF_EVENTS + select COMMON_CLK help Xtensa processors are 32-bit RISC machines designed by Tensilica primarily for embedded systems. These processors are both |