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

config ARCH_TEXT_BASE
	hex
	default 0x40000000

choice
	prompt "ARM Board type"

config MACH_QEMU_VIRT64
	bool "QEMU arm64 virt machine"
	select CPU_V8
	select SYS_SUPPORTS_64BIT_KERNEL
	select ARM_AMBA
	select HAVE_CONFIGURABLE_MEMORY_LAYOUT

endchoice
endif