Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: clps711x: Drop unneeded select of multi-platform selected options

Support for Cirrus Logic EP721x/EP731x-based SoCs depends on
ARCH_MULTI_V7, and thus on ARCH_MULTIPLATFORM.
As the latter selects AUTO_ZRELADDR, TIMER_OF, COMMON_CLK,
GENERIC_CLOCKEVENTS, and USE_OF, there is no need for ARCH_CLPS711X to
select any of them.

Link: https://lore.kernel.org/r/20200505150722.1575-8-geert+renesas@glider.be
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Alexander Shiyan <shc_work@mail.ru>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Geert Uytterhoeven and committed by
Arnd Bergmann
022dacdd b8c5a806

-5
-5
arch/arm/mach-clps711x/Kconfig
··· 2 2 menuconfig ARCH_CLPS711X 3 3 bool "Cirrus Logic EP721x/EP731x-based" 4 4 depends on ARCH_MULTI_V4T 5 - select AUTO_ZRELADDR 6 - select TIMER_OF 7 5 select CLPS711X_TIMER 8 - select COMMON_CLK 9 6 select CPU_ARM720T 10 - select GENERIC_CLOCKEVENTS 11 7 select GPIOLIB 12 8 select MFD_SYSCON 13 9 select OF_IRQ 14 - select USE_OF 15 10 help 16 11 Select this if you use ARMv4T Cirrus Logic chips.