From: Guo Ren <[email protected]> The timer-mp-csky.c only could support CPU_CK860 and it will compile error with CPU_CK610.
It has been selected in arch/csky/Kconfig. Signed-off-by: Guo Ren <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Marc Zyngier <[email protected]> --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- v2: Drop the string after bool, as suggested by Marc Zyngier <[email protected]> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 14c7c4712478..d39e6ca86d25 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -662,7 +662,7 @@ config CLINT_TIMER driver is usually used for NoMMU RISC-V systems. config CSKY_MP_TIMER - bool "SMP Timer for the C-SKY platform" if COMPILE_TEST + bool depends on CSKY select TIMER_OF help -- 2.17.1

