]> Git Repo - qemu.git/commitdiff
hw/hppa/Kconfig: LASI chipset requires PARALLEL port
authorPhilippe Mathieu-Daudé <[email protected]>
Wed, 29 Jan 2020 19:23:50 +0000 (20:23 +0100)
committerThomas Huth <[email protected]>
Tue, 4 Feb 2020 08:01:31 +0000 (09:01 +0100)
The PARISC Lasi chipset emulation requires some of the common parallel
support and fails to build on a --without-default-devices:

    LINK    hppa-softmmu/qemu-system-hppa
  /usr/bin/ld: hw/hppa/lasi.o: in function `lasi_init':
  hw/hppa/lasi.c:324: undefined reference to `parallel_mm_init'
  collect2: error: ld returned 1 exit status
  make[1]: *** [Makefile:206: qemu-system-hppa] Error 1

Fixes: 376b851909d
Reported-by: Alex Bennée <[email protected]>
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20200129192350[email protected]>
Acked-by: Helge Deller <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
hw/hppa/Kconfig

index 82178c7dcb76eb252c9d6a0a6225f110ab822b2e..22948db0256057475210d744edadc6c50ac5998e 100644 (file)
@@ -12,4 +12,5 @@ config DINO
     select LSI_SCSI_PCI
     select LASI_82596
     select LASIPS2
+    select PARALLEL
     select ARTIST
This page took 0.027385 seconds and 4 git commands to generate.