From: Enlin Mu <[email protected]> sprd timer is currently available on ARM and ARM64 based devices. Thus select it for ARM and ARM64
Signed-off-by: Enlin Mu <[email protected]> --- drivers/clocksource/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 95dd4660b5b6..296c5f664583 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -494,8 +494,8 @@ config MTK_CPUX_TIMER config SPRD_TIMER bool "Spreadtrum timer driver" if EXPERT depends on HAS_IOMEM - depends on (ARCH_SPRD || COMPILE_TEST) - default ARCH_SPRD + depends on (ARM || ARM64 || COMPILE_TEST) + default y select TIMER_OF help Enables support for the Spreadtrum timer driver. -- 2.39.2
