summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-vexpress/Kconfig
blob: b72684caa722921e548610810473577f881d916a (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 0x0

config MACH_VEXPRESS
	bool "ARM Vexpress"

config MACH_VIRT
	bool "QEMU virt"
	select BOARD_ARM_VIRT
	select ARM_PSCI_CLIENT

endif