]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/arm/mach-socfpga/Kconfig
Merge remote-tracking branches 'asoc/topic/fsl-sai', 'asoc/topic/fsl-ssl', 'asoc...
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-socfpga / Kconfig
1 menuconfig ARCH_SOCFPGA
2 bool "Altera SOCFPGA family"
3 depends on ARCH_MULTI_V7
4 select ARCH_SUPPORTS_BIG_ENDIAN
5 select ARM_AMBA
6 select ARM_GIC
7 select CACHE_L2X0
8 select DW_APB_TIMER_OF
9 select GPIO_PL061 if GPIOLIB
10 select HAVE_ARM_SCU
11 select HAVE_ARM_TWD if SMP
12 select MFD_SYSCON
13
14 if ARCH_SOCFPGA
15 config 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.
20 endif