Kconfig 450 字节
Newer Older
A
Alan Tull 已提交
1
menuconfig ARCH_SOCFPGA
2 3
	bool "Altera SOCFPGA family"
	depends on ARCH_MULTI_V7
4
	select ARCH_SUPPORTS_BIG_ENDIAN
R
Rob Herring 已提交
5 6 7 8 9 10
	select ARM_AMBA
	select ARM_GIC
	select CACHE_L2X0
	select DW_APB_TIMER_OF
	select GPIO_PL061 if GPIOLIB
	select HAVE_ARM_SCU
11
	select HAVE_ARM_TWD if SMP
12
	select MFD_SYSCON
A
Alan Tull 已提交
13 14 15 16 17 18 19 20

if ARCH_SOCFPGA
config SOCFPGA_SUSPEND
	bool "Suspend to RAM on SOCFPGA"
	help
	  Select this if you want to enable Suspend-to-RAM on SOCFPGA
	  platforms.
endif