Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aca47c0 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 3a7f5b16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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