projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM: vic: device tree binding
[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
select IRQ_DOMAIN
11
bool
12
13
config ARM_VIC_NR
14
int
15
default 4 if ARCH_S5PV210
16
default 3 if ARCH_S5PC100
17
default 2
18
depends on ARM_VIC
19
help
20
The maximum number of VICs available in the system, for
21
power management.
22
23
config ICST
24
bool
25
26
config PL330
27
bool
28
29
config SA1111
30
bool
31
select DMABOUNCE if !ARCH_PXA
32
33
config DMABOUNCE
34
bool
35
select ZONE_DMA
36
37
config TIMER_ACORN
38
bool
39
40
config SHARP_LOCOMO
41
bool
42
43
config SHARP_PARAM
44
bool
45
46
config SHARP_SCOOP
47
bool