diff options
author | Helge Deller <deller@gmx.de> | 2023-10-14 06:55:16 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-10-20 00:47:38 +0200 |
commit | 1a960c8915ff3d8827d09a4afacf15b1f12c5e04 (patch) | |
tree | 3bae386f5d549c0d17fde5f989498e3788ef4804 /hw/hppa | |
parent | e029bb00a79bea226477749f9b10a2ff9e7930ef (diff) | |
download | qemu-1a960c8915ff3d8827d09a4afacf15b1f12c5e04.zip qemu-1a960c8915ff3d8827d09a4afacf15b1f12c5e04.tar.gz qemu-1a960c8915ff3d8827d09a4afacf15b1f12c5e04.tar.bz2 |
pci-host: Wire up new Astro/Elroy PCI bridge
Allow the Astro source to be built.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'hw/hppa')
-rw-r--r-- | hw/hppa/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/hppa/Kconfig b/hw/hppa/Kconfig index 5dd8b5b..ff8528a 100644 --- a/hw/hppa/Kconfig +++ b/hw/hppa/Kconfig @@ -3,6 +3,7 @@ config HPPA_B160L imply PCI_DEVICES imply E1000_PCI imply VIRTIO_VGA + select ASTRO select DINO select LASI select SERIAL |