aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-18 19:40:47 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-22 21:16:15 -0400
commit3aca47c02097a78a566f67e7ec5fa3e0f2583a73 (patch)
treebec71e369ecb3d22220eb38871bdd1336adadcb4
parentBlackfin: drop unused ISP1760 port1_disable from board resources (diff)
downloadlinux-dev-3aca47c02097a78a566f67e7ec5fa3e0f2583a73.tar.xz
linux-dev-3aca47c02097a78a566f67e7ec5fa3e0f2583a73.zip
Blackfin: fix GPTMR0_CLOCKSOURCE dependency on BFIN_GPTIMERS
The GPTMR0_CLOCKSOURCE Kconfig option requires the gptimers framework, so make sure it is selected when this option is enabled. Reported-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to '')
-rw-r--r--arch/blackfin/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 384f7cd6b41e..7faa2f554ab1 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -648,6 +648,7 @@ config CYCLES_CLOCKSOURCE
config GPTMR0_CLOCKSOURCE
bool "Use GPTimer0 as a clocksource (higher rating)"
+ select BFIN_GPTIMERS
depends on GENERIC_CLOCKEVENTS
depends on !TICKSOURCE_GPTMR0