Skip to content
Commit a8b1b9fc authored by Daniel Lezcano's avatar Daniel Lezcano
Browse files

clockevents: asm9260: Fix compilation error with sparc/sparc64 allyesconfig



The Kconfig options for the asm9260 timer is wrong as it can be selected by
another platform with allyes config and thus leading to a compilation failure
as some non arch related code is pulled by the compilation.

Fix this by having the platform Kconfig to select the timer as it is done for
the others drivers.

Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: default avatarGuenter Roeck <linux@roeck-us.net>
Acked-by: default avatarOleksij Rempel <linux@rempel-privat.de>

Conflicts:
	drivers/clocksource/Kconfig
parent c517d838
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment