diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-08 07:17:55 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-13 09:36:31 +0200 |
commit | 7951c7b7c05fa58d62cf8e0ac510358248f29ff0 (patch) | |
tree | f305c8719ab3103297afdd5249662f3c0e680b72 /default-configs/aarch64-softmmu.mak | |
parent | 68e44ddade0a27b0fe4ab404d9c797b9667bac09 (diff) | |
download | qemu-7951c7b7c05fa58d62cf8e0ac510358248f29ff0.zip qemu-7951c7b7c05fa58d62cf8e0ac510358248f29ff0.tar.gz qemu-7951c7b7c05fa58d62cf8e0ac510358248f29ff0.tar.bz2 |
hw/arm: Express dependencies of the virt machine with Kconfig
Dependencies have been determined by looking at hw/arm/virt.c
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'default-configs/aarch64-softmmu.mak')
-rw-r--r-- | default-configs/aarch64-softmmu.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default-configs/aarch64-softmmu.mak b/default-configs/aarch64-softmmu.mak index 4ea9add..313490f 100644 --- a/default-configs/aarch64-softmmu.mak +++ b/default-configs/aarch64-softmmu.mak @@ -9,4 +9,3 @@ CONFIG_DPCD=y CONFIG_XLNX_ZYNQMP=y CONFIG_XLNX_ZYNQMP_ARM=y CONFIG_XLNX_VERSAL=y -CONFIG_ARM_SMMUV3=y |