Support for Samsung S3C64XX systems depends on ARCH_MULTI_V6, and thus
on ARCH_MULTIPLATFORM.
As the latter selects TIMER_OF, there is no need for MACH_S3C64XX_DT to
select TIMER_OF.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Kukjin Kim <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: [email protected]
---
All patches in this series are independent of each other.
Cover letter at https://lore.kernel.org/r/[email protected]
arch/arm/mach-s3c64xx/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig
index 5700822e3c74b8e4..ac3e3563487fc6f9 100644
--- a/arch/arm/mach-s3c64xx/Kconfig
+++ b/arch/arm/mach-s3c64xx/Kconfig
@@ -336,7 +336,6 @@ config MACH_WLF_CRAGG_6410
config MACH_S3C64XX_DT
bool "Samsung S3C6400/S3C6410 machine using Device Tree"
- select TIMER_OF
select CPU_S3C6400
select CPU_S3C6410
select PINCTRL
--
2.17.1
On Tue, Jan 21, 2020 at 11:37:21AM +0100, Geert Uytterhoeven wrote:
> Support for Samsung S3C64XX systems depends on ARCH_MULTI_V6, and thus
> on ARCH_MULTIPLATFORM.
> As the latter selects TIMER_OF, there is no need for MACH_S3C64XX_DT to
> select TIMER_OF.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Cc: Kukjin Kim <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
Thanks, applied.
Best regards,
Krzysztof