1menu "Versatile platform type" 2 depends on ARCH_VERSATILE 3 4config ARCH_VERSATILE_PB 5 bool "Support Versatile/PB platform" 6 select CPU_ARM926T 7 select MIGHT_HAVE_PCI 8 default y 9 help 10 Include support for the ARM(R) Versatile/PB platform. 11 12config MACH_VERSATILE_AB 13 bool "Support Versatile/AB platform" 14 select CPU_ARM926T 15 help 16 Include support for the ARM(R) Versatile/AP platform. 17 18endmenu 19