2005-04-17 00:20:36 +02:00
|
|
|
menu "Versatile platform type"
|
|
|
|
depends on ARCH_VERSATILE
|
|
|
|
|
|
|
|
config ARCH_VERSATILE_PB
|
|
|
|
bool "Support Versatile/PB platform"
|
2008-10-26 11:55:14 +01:00
|
|
|
select CPU_ARM926T
|
2005-04-17 00:20:36 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Include support for the ARM(R) Versatile/PB platform.
|
|
|
|
|
|
|
|
config MACH_VERSATILE_AB
|
|
|
|
bool "Support Versatile/AB platform"
|
2008-10-26 11:55:14 +01:00
|
|
|
select CPU_ARM926T
|
2005-04-17 00:20:36 +02:00
|
|
|
help
|
|
|
|
Include support for the ARM(R) Versatile/AP platform.
|
|
|
|
|
|
|
|
endmenu
|