Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mapping
[linux-2.6-microblaze.git] / arch / arm / mach-socfpga / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig ARCH_INTEL_SOCFPGA
3         bool "Altera SOCFPGA family"
4         depends on ARCH_MULTI_V7
5         select ARCH_SUPPORTS_BIG_ENDIAN
6         select ARM_AMBA
7         select ARM_GIC
8         select CACHE_L2X0
9         select DW_APB_TIMER_OF
10         select GPIO_PL061 if GPIOLIB
11         select HAVE_ARM_SCU
12         select HAVE_ARM_TWD if SMP
13         select MFD_SYSCON
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
21
22 if ARCH_INTEL_SOCFPGA
23 config SOCFPGA_SUSPEND
24         bool "Suspend to RAM on SOCFPGA"
25         help
26           Select this if you want to enable Suspend-to-RAM on SOCFPGA
27           platforms.
28 endif