xref: /linux/arch/arm/common/Kconfig (revision db0d4db22a78d31c59087f7057b8f1612fecc35d)
1config ARM_GIC
2	select IRQ_DOMAIN
3	bool
4
5config GIC_NON_BANKED
6	bool
7
8config ARM_VIC
9	bool
10
11config ARM_VIC_NR
12	int
13	default 4 if ARCH_S5PV210
14	default 3 if ARCH_S5PC100
15	default 2
16	depends on ARM_VIC
17	help
18	  The maximum number of VICs available in the system, for
19	  power management.
20
21config ICST
22	bool
23
24config PL330
25	bool
26
27config SA1111
28	bool
29	select DMABOUNCE if !ARCH_PXA
30
31config DMABOUNCE
32	bool
33	select ZONE_DMA
34
35config TIMER_ACORN
36	bool
37
38config SHARP_LOCOMO
39	bool
40
41config SHARP_PARAM
42	bool
43
44config SHARP_SCOOP
45	bool
46