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

config ARCH_TEXT_BASE
	hex
	default 0x0

choice
	prompt "ARM Board type"

config MACH_VEXPRESS
	bool "ARM Vexpress"
	select RELOCATABLE
	select COMMON_CLK_OF_PROVIDER

endchoice

endif