Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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 ICST525
16 bool
17
18config ICST307
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