These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / arm / mach-socfpga / Kconfig
1 menuconfig ARCH_SOCFPGA
2         bool "Altera SOCFPGA family" if ARCH_MULTI_V7
3         select ARCH_SUPPORTS_BIG_ENDIAN
4         select ARM_AMBA
5         select ARM_GIC
6         select CACHE_L2X0
7         select DW_APB_TIMER_OF
8         select GPIO_PL061 if GPIOLIB
9         select HAVE_ARM_SCU
10         select HAVE_ARM_TWD if SMP
11         select MFD_SYSCON
12
13 if ARCH_SOCFPGA
14 config 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.
19 endif