]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-socfpga/Kconfig
Merge remote-tracking branches 'asoc/topic/adsp', 'asoc/topic/ak4613', 'asoc/topic...
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-socfpga / Kconfig
CommitLineData
44fd8c7d 1menuconfig ARCH_SOCFPGA
e3246542
MY
2 bool "Altera SOCFPGA family"
3 depends on ARCH_MULTI_V7
3c5ac3f3 4 select ARCH_SUPPORTS_BIG_ENDIAN
387798b3
RH
5 select ARM_AMBA
6 select ARM_GIC
7 select CACHE_L2X0
387798b3 8 select DW_APB_TIMER_OF
387798b3
RH
9 select GPIO_PL061 if GPIOLIB
10 select HAVE_ARM_SCU
725dd7eb 11 select HAVE_ARM_TWD if SMP
1780db9e 12 select MFD_SYSCON
44fd8c7d
AT
13
14if ARCH_SOCFPGA
15config SOCFPGA_SUSPEND
16 bool "Suspend to RAM on SOCFPGA"
17 help
18 Select this if you want to enable Suspend-to-RAM on SOCFPGA
19 platforms.
20endif