Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « mach-socfpga « arm « arch - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 037100a1563aca5f52dd2e68f42c711dc71484c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 COMMON_CLK
	select CPU_V7
	select DW_APB_TIMER_OF
	select GENERIC_CLOCKEVENTS
	select GPIO_PL061 if GPIOLIB
	select HAVE_ARM_SCU
	select HAVE_SMP
	select MFD_SYSCON
	select SPARSE_IRQ
	select USE_OF