Kconfig 718 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
menu "Versatile platform type"
	depends on ARCH_VERSATILE

config ARCH_VERSATILE_PB
5
	bool "Support Versatile Platform Baseboard for ARM926EJ-S"
6
	default y
7
	select CPU_ARM926T
8
	select MIGHT_HAVE_PCI
L
Linus Torvalds 已提交
9
	help
10 11
	  Include support for the ARM(R) Versatile Platform Baseboard
	  for the ARM926EJ-S.
L
Linus Torvalds 已提交
12 13

config MACH_VERSATILE_AB
14
	bool "Support Versatile Application Baseboard for ARM926EJ-S"
15
	select CPU_ARM926T
L
Linus Torvalds 已提交
16
	help
17 18
	  Include support for the ARM(R) Versatile Application Baseboard
	  for the ARM926EJ-S.
L
Linus Torvalds 已提交
19

20 21 22
config MACH_VERSATILE_DT
	bool "Support Versatile platform from device tree"
	select CPU_ARM926T
23
	select USE_OF
24 25 26 27
	help
	  Include support for the ARM(R) Versatile/PB platform,
	  using the device tree for discovery

L
Linus Torvalds 已提交
28
endmenu