blob: c781f30c8368a0d9dc4f33f271f91121f08c29fc [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Versatile platform type"
2 depends on ARCH_VERSATILE
3
4config ARCH_VERSATILE_PB
5 bool "Support Versatile/PB platform"
Russell Kingc7508152008-10-26 10:55:14 +00006 select CPU_ARM926T
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 default y
8 help
9 Include support for the ARM(R) Versatile/PB platform.
10
11config MACH_VERSATILE_AB
12 bool "Support Versatile/AB platform"
Russell Kingc7508152008-10-26 10:55:14 +000013 select CPU_ARM926T
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 help
15 Include support for the ARM(R) Versatile/AP platform.
16
17endmenu