summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/Kconfig
blob: aaa535f073a50cf20b2bc7b6ba3af71ed35fce22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if ARCH_VEXPRESS

config ARCH_TEXT_BASE
	hex
	default 0x0

choice
	prompt "ARM Board type"

config MACH_VEXPRESS
	bool "ARM Vexpress"
	select RELOCATABLE
	select HAVE_PBL_MULTI_IMAGES
	select OFTREE
	select OFDEVICE
	select COMMON_CLK_OF_PROVIDER

endchoice

endif