diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-05-04 10:25:32 +0100 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2022-05-08 18:52:36 +0100 |
commit | 0db9350e6e5aba3dc864d36756b01fb0922ad7cb (patch) | |
tree | 41b638fdb3cc103a1e7729c9f5a56e4e1831b88d /hw/hppa/Kconfig | |
parent | e111f288d9264dae070bd144a60f43162e34a7be (diff) | |
download | qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.zip qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.tar.gz qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.tar.bz2 |
dino: move from hw/hppa to hw/pci-host
Move the DINO device implementation from hw/hppa to hw/pci-host so that it is
located with all the other PCI host bridges.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-23-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/hppa/Kconfig')
-rw-r--r-- | hw/hppa/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 8d64ead..724380e 100644 --- a/hw/hppa/Kconfig +++ b/hw/hppa/Kconfig @@ -3,7 +3,7 @@ config HPPA_B160L imply PCI_DEVICES imply E1000_PCI imply VIRTIO_VGA - select PCI + select DINO select SERIAL select ISA_BUS select I8259 |