projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
a11cee523cd42ec0a8ea8e2e78ff6266fc1f5270
[platform/kernel/linux-starfive.git]
/
arch
/
arm
/
common
/
Kconfig
1
config ARM_GIC
2
select IRQ_DOMAIN
3
select MULTI_IRQ_HANDLER
4
bool
5
6
config GIC_NON_BANKED
7
bool
8
9
config ARM_VIC
10
bool
11
12
config ARM_VIC_NR
13
int
14
default 4 if ARCH_S5PV210
15
default 3 if ARCH_S5PC100
16
default 2
17
depends on ARM_VIC
18
help
19
The maximum number of VICs available in the system, for
20
power management.
21
22
config ICST
23
bool
24
25
config PL330
26
bool
27
28
config SA1111
29
bool
30
select DMABOUNCE if !ARCH_PXA
31
32
config DMABOUNCE
33
bool
34
select ZONE_DMA
35
36
config TIMER_ACORN
37
bool
38
39
config SHARP_LOCOMO
40
bool
41
42
config SHARP_PARAM
43
bool
44
45
config SHARP_SCOOP
46
bool