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

4 5 6
config ARM_VIC
	bool

7 8 9
config ARM_VIC_NR
	int
	default 2
10
	depends on ARM_VIC
11 12 13 14
	help
	  The maximum number of VICs available in the system, for
	  power management.

15
config ICST525
R
Russell King 已提交
16 17
	bool

L
Linus Torvalds 已提交
18 19 20 21 22
config ICST307
	bool

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

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

config TIMER_ACORN
	bool

config SHARP_LOCOMO
	bool

config SHARP_PARAM
	bool

config SHARP_SCOOP
	bool
40 41 42

config COMMON_CLKDEV
	bool
43
	select HAVE_CLK