mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
022dacdd27
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>
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
menuconfig ARCH_CLPS711X
|
|
bool "Cirrus Logic EP721x/EP731x-based"
|
|
depends on ARCH_MULTI_V4T
|
|
select CLPS711X_TIMER
|
|
select CPU_ARM720T
|
|
select GPIOLIB
|
|
select MFD_SYSCON
|
|
select OF_IRQ
|
|
help
|
|
Select this if you use ARMv4T Cirrus Logic chips.
|