Skip to content

Commit

Permalink
ARM: s3c64xx: Drop unneeded select of TIMER_OF
Browse files Browse the repository at this point in the history
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 <geert+renesas@glider.be>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
  • Loading branch information
Geert Uytterhoeven authored and Krzysztof Kozlowski committed Jan 21, 2020
1 parent 21829ec commit af15a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-s3c64xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af15a11

Please sign in to comment.