Merge tag 'pci-v6.16-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
[linux-2.6-block.git] / arch / arm / mach-socfpga / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
4483397b 2menuconfig ARCH_INTEL_SOCFPGA
e3246542
MY
3 bool "Altera SOCFPGA family"
4 depends on ARCH_MULTI_V7
3037b174 5 select ARCH_HAS_RESET_CONTROLLER
387798b3
RH
6 select ARM_AMBA
7 select ARM_GIC
8 select CACHE_L2X0
387798b3 9 select DW_APB_TIMER_OF
387798b3
RH
10 select GPIO_PL061 if GPIOLIB
11 select HAVE_ARM_SCU
725dd7eb 12 select HAVE_ARM_TWD if SMP
1780db9e 13 select MFD_SYSCON
fbc125af
DN
14 select ARM_ERRATA_754322
15 select ARM_ERRATA_764369 if SMP
16 select ARM_ERRATA_775420
17 select PL310_ERRATA_588369
18 select PL310_ERRATA_727915
19 select PL310_ERRATA_753970 if PL310
20 select PL310_ERRATA_769419
3037b174 21 select RESET_CONTROLLER
44fd8c7d 22
4483397b 23if ARCH_INTEL_SOCFPGA
44fd8c7d
AT
24config SOCFPGA_SUSPEND
25 bool "Suspend to RAM on SOCFPGA"
26 help
27 Select this if you want to enable Suspend-to-RAM on SOCFPGA
28 platforms.
29endif