diff options
author | Graf Yang <graf.yang@analog.com> | 2009-09-14 04:41:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-09-16 22:10:48 -0400 |
commit | e78feaaeeb9bbf78f961917d72d692802ac110e8 (patch) | |
tree | f7281bbe104906f1f0dbc9544003417b55d93603 /arch/blackfin/Kconfig | |
parent | 3289651a9767556822adbd492be957a1287ffd3f (diff) | |
download | op-kernel-dev-e78feaaeeb9bbf78f961917d72d692802ac110e8.zip op-kernel-dev-e78feaaeeb9bbf78f961917d72d692802ac110e8.tar.gz |
Blackfin: swap clocksource ratings for gptimer/cycles
The cycles clocksource is a higher resolution than the gptimer one, so
make sure the ratings field reflects this.
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index e7a781d..9a01d44 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -648,7 +648,7 @@ config CYCLES_CLOCKSOURCE writing the registers will most likely crash the kernel. config GPTMR0_CLOCKSOURCE - bool "Use GPTimer0 as a clocksource (higher rating)" + bool "Use GPTimer0 as a clocksource" select BFIN_GPTIMERS depends on GENERIC_CLOCKEVENTS depends on !TICKSOURCE_GPTMR0 |