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

config ARCH_TEXT_BASE
	hex
	default 0x83f00000

config BOARDINFO
	default "ARM Vexpress" if MACH_VEXPRESS

choice
	prompt "ARM Board type"

config MACH_VEXPRESS
	bool "ARM Vexpress"

endchoice

endif