1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig ARCH_SOCFPGA 3 bool "Altera SOCFPGA family" 4 depends on ARCH_MULTI_V7 5 select ARCH_HAS_RESET_CONTROLLER 6 select ARCH_SUPPORTS_BIG_ENDIAN 7 select ARM_AMBA 8 select ARM_GIC 9 select CACHE_L2X0 10 select DW_APB_TIMER_OF 11 select GPIO_PL061 if GPIOLIB 12 select HAVE_ARM_SCU 13 select HAVE_ARM_TWD if SMP 14 select MFD_SYSCON 15 select PCI_DOMAINS_GENERIC if PCI 16 select ARM_ERRATA_754322 17 select ARM_ERRATA_764369 if SMP 18 select ARM_ERRATA_775420 19 select PL310_ERRATA_588369 20 select PL310_ERRATA_727915 21 select PL310_ERRATA_753970 if PL310 22 select PL310_ERRATA_769419 23 select RESET_CONTROLLER 24 25if ARCH_SOCFPGA 26config SOCFPGA_SUSPEND 27 bool "Suspend to RAM on SOCFPGA" 28 help 29 Select this if you want to enable Suspend-to-RAM on SOCFPGA 30 platforms. 31endif 32