1# SPDX-License-Identifier: GPL-2.0 2menuconfig ARCH_CLPS711X 3 bool "Cirrus Logic EP721x/EP731x-based" 4 depends on ARCH_MULTI_V4T 5 select AUTO_ZRELADDR 6 select TIMER_OF 7 select CLPS711X_TIMER 8 select CPU_ARM720T 9 select GENERIC_CLOCKEVENTS 10 select GPIOLIB 11 select MFD_SYSCON 12 select OF_IRQ 13 select USE_OF 14 help 15 Select this if you use ARMv4T Cirrus Logic chips. 16