diff options
author | Thomas Huth <thuth@redhat.com> | 2019-02-08 14:52:40 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-05-13 09:36:32 +0200 |
commit | f3c3a1e2bffcf2aafaef38b0aa05737088e77f47 (patch) | |
tree | 4eeff83644125708a80b9b48cb3482411b6db3d4 /hw/display/Kconfig | |
parent | c1c60b0d14ae2ff822f1761954a4a1ccdcf09b91 (diff) | |
download | qemu-f3c3a1e2bffcf2aafaef38b0aa05737088e77f47.zip qemu-f3c3a1e2bffcf2aafaef38b0aa05737088e77f47.tar.gz qemu-f3c3a1e2bffcf2aafaef38b0aa05737088e77f47.tar.bz2 |
hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig
This cleans up most settings in default-configs/aarch64-softmmu.mak.
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
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 'hw/display/Kconfig')
-rw-r--r-- | hw/display/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/Kconfig b/hw/display/Kconfig index 784d7a3..dc1f113 100644 --- a/hw/display/Kconfig +++ b/hw/display/Kconfig @@ -113,6 +113,7 @@ config VIRTIO_VGA config DPCD bool + select AUX config ATI_VGA bool |