summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-versatile/Kconfig
blob: 9a1bf953b002663006ede6eb28621061e634b54e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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