Merge tag 'for-linus-20180713' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.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         select PCI_DOMAINS if PCI
14
15 if ARCH_SOCFPGA
16 config SOCFPGA_SUSPEND
17         bool "Suspend to RAM on SOCFPGA"
18         help
19           Select this if you want to enable Suspend-to-RAM on SOCFPGA
20           platforms.
21 endif