summaryrefslogtreecommitdiff
path: root/arch/arm/common/Kconfig
blob: 709d853886214347bd31c9c7c688cdae965f63f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
config ICST
	bool

config SA1111
	bool
	select DMABOUNCE if !ARCH_PXA

config DMABOUNCE
	bool
	select ZONE_DMA

config SHARP_LOCOMO
	bool

config SHARP_PARAM
	bool

config SHARP_SCOOP
	bool

config FIQ_GLUE
	bool
	select FIQ

config GIC_SET_MULTIPLE_CPUS
	bool "Use affinity hint to allow multiple CPUs for IRQ"
	depends on ARM_GIC && SMP
	default n
	help
	  IRQ affinity is always set by gic to the 1st cpu in the requested
	  mask. If this option is enabled, affinity is also set to all cpus
	  present in affinity_hint and requested masks.