2005-04-17 00:20:36 +02:00
|
|
|
menu "Versatile platform type"
|
|
|
|
depends on ARCH_VERSATILE
|
|
|
|
|
|
|
|
config ARCH_VERSATILE_PB
|
2011-01-24 13:00:01 +01:00
|
|
|
bool "Support Versatile Platform Baseboard for ARM926EJ-S"
|
2008-10-26 11:55:14 +01:00
|
|
|
select CPU_ARM926T
|
2010-12-02 12:32:15 +01:00
|
|
|
select MIGHT_HAVE_PCI
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
help
|
2011-01-24 13:00:01 +01:00
|
|
|
Include support for the ARM(R) Versatile Platform Baseboard
|
|
|
|
for the ARM926EJ-S.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
|
|
|
config MACH_VERSATILE_AB
|
2011-01-24 13:00:01 +01:00
|
|
|
bool "Support Versatile Application Baseboard for ARM926EJ-S"
|
2008-10-26 11:55:14 +01:00
|
|
|
select CPU_ARM926T
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
2011-01-24 13:00:01 +01:00
|
|
|
Include support for the ARM(R) Versatile Application Baseboard
|
|
|
|
for the ARM926EJ-S.
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2011-07-26 11:19:06 +02:00
|
|
|
config MACH_VERSATILE_DT
|
|
|
|
bool "Support Versatile platform from device tree"
|
|
|
|
select USE_OF
|
|
|
|
select CPU_ARM926T
|
|
|
|
help
|
|
|
|
Include support for the ARM(R) Versatile/PB platform,
|
|
|
|
using the device tree for discovery
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
endmenu
|