From: Mike Frysinger Date: Thu, 18 Jun 2009 19:40:47 +0000 (+0000) Subject: Blackfin: fix GPTMR0_CLOCKSOURCE dependency on BFIN_GPTIMERS X-Git-Tag: v2.6.31-rc1~44^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3aca47c02097a78a566f67e7ec5fa3e0f2583a73;p=platform%2Fupstream%2Fkernel-adaptation-pc.git 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 Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 384f7cd..7faa2f5 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