Kconfig 491 字节
Newer Older
1
config ARM_GIC
L
Linus Torvalds 已提交
2 3
	bool

4 5 6
config ARM_VIC
	bool

7 8
config ARM_VIC_NR
	int
9
	default 4 if ARCH_S5PV210
10
	default 3 if ARCH_S5P6442 || ARCH_S5PC100
11
	default 2
12
	depends on ARM_VIC
13 14 15 16
	help
	  The maximum number of VICs available in the system, for
	  power management.

17
config ICST
R
Russell King 已提交
18 19
	bool

20
config PL330
L
Linus Torvalds 已提交
21 22 23 24
	bool

config SA1111
	bool
25
	select DMABOUNCE if !ARCH_PXA
L
Linus Torvalds 已提交
26 27 28

config DMABOUNCE
	bool
R
Russell King 已提交
29
	select ZONE_DMA
L
Linus Torvalds 已提交
30 31 32 33 34 35 36 37 38 39 40 41

config TIMER_ACORN
	bool

config SHARP_LOCOMO
	bool

config SHARP_PARAM
	bool

config SHARP_SCOOP
	bool