Kconfig 385 字节
Newer Older
R
Rob Herring 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
config ARCH_SOCFPGA
	bool "Altera SOCFPGA family" if ARCH_MULTI_V7
	select ARCH_WANT_OPTIONAL_GPIOLIB
	select ARM_AMBA
	select ARM_GIC
	select CACHE_L2X0
	select CLKDEV_LOOKUP
	select COMMON_CLK
	select CPU_V7
	select DW_APB_TIMER
	select DW_APB_TIMER_OF
	select GENERIC_CLOCKEVENTS
	select GPIO_PL061 if GPIOLIB
	select HAVE_ARM_SCU
D
Dinh Nguyen 已提交
15
	select HAVE_SMP
R
Rob Herring 已提交
16 17
	select SPARSE_IRQ
	select USE_OF