mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 20:20:55 +07:00
77a87824ed
Switch to MULTIPLATFORM"
Missed conflict between commit c86f51737f
("ARM: clps711x: Switch to
MULTIPLATFORM") from the arm-soc tree and commit 250e46aa3bb3
("clocksource/drivers/clps_711x: Add the COMPILE_TEST option") from the
clockevents tree.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
menuconfig ARCH_CLPS711X
|
|
bool "Cirrus Logic EP721x/EP731x-based"
|
|
depends on ARCH_MULTI_V4T
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
select AUTO_ZRELADDR
|
|
select CLKSRC_OF
|
|
select CLPS711X_TIMER
|
|
select COMMON_CLK
|
|
select CPU_ARM720T
|
|
select GENERIC_CLOCKEVENTS
|
|
select MFD_SYSCON
|
|
select OF_IRQ
|
|
select USE_OF
|
|
help
|
|
Select this if you use ARMv4T Cirrus Logic chips.
|