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