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

Skip to content
Snippets Groups Projects
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
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment