xref: /openbmc/linux/arch/arm/mach-socfpga/Kconfig (revision 23c2b932)
1menuconfig 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
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
21