blob: 9a1bf953b002663006ede6eb28621061e634b54e [file] [log] [blame]
if ARCH_VERSATILE
choice
prompt "ARM Board type"
config MACH_VERSATILEPB
bool "ARM Versatile/PB (ARM926EJ-S)"
select ARM_AMBA
select CLKDEV_LOOKUP
endchoice
source arch/arm/boards/versatile/Kconfig
endif