xref: /linux/arch/arm/common/Kconfig (revision d39d0ed196aa1685bb24771e92f78633c66ac9cb)
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
41config COMMON_CLKDEV
42	bool
43	select HAVE_CLK
44