]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/mach-qemu/Kconfig
Merge git://git.denx.de/u-boot-sh
[people/ms/u-boot.git] / arch / arm / mach-qemu / Kconfig
CommitLineData
32f11829
TT
1if ARCH_QEMU
2
3config SYS_VENDOR
4 default "emulation"
5
6config SYS_BOARD
7 default "qemu-arm"
8
9config SYS_CONFIG_NAME
10 default "qemu-arm"
11
12endif
ddcca730
TT
13
14config TARGET_QEMU_ARM_32BIT
15 bool "Support qemu_arm"
16 depends on ARCH_QEMU
17 select CPU_V7
18 select ARCH_SUPPORT_PSCI
19
20config TARGET_QEMU_ARM_64BIT
21 bool "Support qemu_arm64"
22 depends on ARCH_QEMU
23 select ARM64