diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-06-18 19:40:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-22 21:16:15 -0400 |
commit | 3aca47c02097a78a566f67e7ec5fa3e0f2583a73 (patch) | |
tree | bec71e369ecb3d22220eb38871bdd1336adadcb4 /arch/blackfin | |
parent | 3a7f5b1605570f5259e71d1846be27588a00bbaf (diff) | |
download | blackbird-obmc-linux-3aca47c02097a78a566f67e7ec5fa3e0f2583a73.tar.gz blackbird-obmc-linux-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 'arch/blackfin')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
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 |