From: Greg Kroah-Hartman Date: Tue, 17 Dec 2024 09:44:20 +0000 (+0100) Subject: Revert "clocksource/drivers:sp804: Make user selectable" X-Git-Tag: v5.10.232~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b7e0d91568979b69e0798a64b05b52531607edb;p=thirdparty%2Fkernel%2Fstable.git Revert "clocksource/drivers:sp804: Make user selectable" This reverts commit ef1db3d1d2bf which is commit 0309f714a0908e947af1c902cf6a330cb593e75e upstream. It is reported to cause build errors in m68k, so revert it. Link: https://lore.kernel.org/r/68b0559e-47e8-4756-b3de-67d59242756e@roeck-us.net Reported-by: Guenter Roeck Cc: Ross Burton Cc: Sudeep Holla Cc: Mark Rutland Cc: Mark Brown Cc: Daniel Lezcano Cc: Sasha Levin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 8206158e637dc..be4bb4008d6e6 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -398,8 +398,7 @@ config ARM_GLOBAL_TIMER This option enables support for the ARM global timer unit. config ARM_TIMER_SP804 - bool "Support for Dual Timer SP804 module" - depends on ARM || ARM64 || COMPILE_TEST + bool "Support for Dual Timer SP804 module" if COMPILE_TEST depends on GENERIC_SCHED_CLOCK && HAVE_CLK select CLKSRC_MMIO select TIMER_OF if OF