summaryrefslogtreecommitdiff
path: root/arch/arm/mach-qemu/Kconfig
blob: 726f8a7d3140c6898f844c84c63bae0daf993b82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
if ARCH_QEMU

config SYS_VENDOR
	default "emulation"

config SYS_BOARD
	default "qemu-arm"

config SYS_CONFIG_NAME
	default "qemu-arm"

endif

config TARGET_QEMU_ARM_32BIT
	bool "Support qemu_arm"
	depends on ARCH_QEMU
	select CPU_V7A
	select ARCH_SUPPORT_PSCI
	select SYS_ARCH_TIMER

config TARGET_QEMU_ARM_64BIT
	bool "Support qemu_arm64"
	depends on ARCH_QEMU
	select ARM64