Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
[oweals/u-boot.git] / arch / arm / mach-qemu / Kconfig
index 3500b56cb0a9862afe1c7df293aa2e5bb636fe44..a2e4b98b8887a9b38ddc44a1c623958b1d3437c0 100644 (file)
@@ -10,3 +10,15 @@ config SYS_CONFIG_NAME
        default "qemu-arm"
 
 endif
+
+config TARGET_QEMU_ARM_32BIT
+       bool "Support qemu_arm"
+       depends on ARCH_QEMU
+       select ARCH_SUPPORT_PSCI
+       select CPU_V7A
+       select SYS_ARCH_TIMER
+
+config TARGET_QEMU_ARM_64BIT
+       bool "Support qemu_arm64"
+       depends on ARCH_QEMU
+       select ARM64