2020-01-21 10:39:44

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH 09/20] ARM: davinci: Drop unneeded select of TIMER_OF

Support for TI DaVinci SoCs depends on ARCH_MULTI_V5, and thus on
ARCH_MULTIPLATFORM.
As the latter selects TIMER_OF, there is no need for MACH_DA8XX_DT to
select TIMER_OF.

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Sekhar Nori <[email protected]>
Cc: Bartosz Golaszewski <[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-davinci/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 02b180ad724540c0..d028d38a44bfedba 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -64,7 +64,6 @@ config MACH_DA8XX_DT
default y
depends on ARCH_DAVINCI_DA850
select PINCTRL
- select TIMER_OF
help
Say y here to include support for TI DaVinci DA850 based using
Flattened Device Tree. More information at Documentation/devicetree
--
2.17.1


2020-01-27 08:55:10

by Sekhar Nori

[permalink] [raw]
Subject: Re: [PATCH 09/20] ARM: davinci: Drop unneeded select of TIMER_OF

On 21/01/20 4:07 PM, Geert Uytterhoeven wrote:
> Support for TI DaVinci SoCs depends on ARCH_MULTI_V5, and thus on
> ARCH_MULTIPLATFORM.
> As the latter selects TIMER_OF, there is no need for MACH_DA8XX_DT to
> select TIMER_OF.
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Cc: Sekhar Nori <[email protected]>
> Cc: Bartosz Golaszewski <[email protected]>

Acked-by: Sekhar Nori <[email protected]>

Thanks,
Sekhar