diff options
author | Johannes Weiner <hannes@cmpxchg.org> | 2009-03-04 21:39:12 +0100 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2009-04-02 23:45:22 -0700 |
commit | fcc8f0f81f249d61cd600bf2b9ca904bdaea0857 (patch) | |
tree | 089729ace568edff0194aed0ff9816b5cd841d2b /arch/xtensa/Kconfig | |
parent | 4476c96769ec083c53fbdbd37b538105deb65aa2 (diff) |
xtensa: ccount clocksource
Switch to GENERIC_TIME by using the ccount register as a clock source.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r-- | arch/xtensa/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 7bbc6c19289c..fa6dc4dd3b19 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -48,6 +48,9 @@ config HZ int default 100 +config GENERIC_TIME + def_bool y + source "init/Kconfig" source "kernel/Kconfig.freezer" |