]> Git Repo - linux.git/blob - arch/arm/mach-socfpga/Kconfig
m68k: Fix misspellings in comments.
[linux.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
This page took 0.035604 seconds and 4 git commands to generate.