Merge tag 'armsoc-soc' into test-merge
[linux-2.6-block.git] / arch / arm / mach-socfpga / Kconfig
CommitLineData
44fd8c7d 1menuconfig ARCH_SOCFPGA
387798b3 2 bool "Altera SOCFPGA family" if ARCH_MULTI_V7
3c5ac3f3 3 select ARCH_SUPPORTS_BIG_ENDIAN
387798b3
RH
4 select ARM_AMBA
5 select ARM_GIC
6 select CACHE_L2X0
387798b3 7 select DW_APB_TIMER_OF
387798b3
RH
8 select GPIO_PL061 if GPIOLIB
9 select HAVE_ARM_SCU
725dd7eb 10 select HAVE_ARM_TWD if SMP
1780db9e 11 select MFD_SYSCON
44fd8c7d
AT
12
13if ARCH_SOCFPGA
14config SOCFPGA_SUSPEND
15 bool "Suspend to RAM on SOCFPGA"
16 help
17 Select this if you want to enable Suspend-to-RAM on SOCFPGA
18 platforms.
19endif