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