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

config ARCH_TEXT_BASE
	hex
	default 0x83f00000

choice
	prompt "ARM Board type"

config MACH_VEXPRESS
	bool "ARM Vexpress"

endchoice

endif