Kconfig 494 字节
Newer Older
1
config ARM_GIC
R
Rob Herring 已提交
2
	select IRQ_DOMAIN
L
Linus Torvalds 已提交
3 4
	bool

5 6 7
config ARM_VIC
	bool

8 9
config ARM_VIC_NR
	int
10
	default 4 if ARCH_S5PV210
K
Kukjin Kim 已提交
11
	default 3 if ARCH_S5PC100
12
	default 2
13
	depends on ARM_VIC
14 15 16 17
	help
	  The maximum number of VICs available in the system, for
	  power management.

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

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

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

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

config TIMER_ACORN
	bool

config SHARP_LOCOMO
	bool

config SHARP_PARAM
	bool

config SHARP_SCOOP
	bool