The PARISC Lasi chipset emulation requires some of the common parallel support and fails to build on a --without-default-devices. I am assuming the chipset emulation is non-optional for the HPPA case.
Signed-off-by: Alex Bennée <[email protected]> --- default-configs/hppa-softmmu.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/default-configs/hppa-softmmu.mak b/default-configs/hppa-softmmu.mak index b64c5eb3ff..9083ce8634 100644 --- a/default-configs/hppa-softmmu.mak +++ b/default-configs/hppa-softmmu.mak @@ -3,6 +3,7 @@ # Uncomment the following lines to disable these optional devices: # #CONFIG_PCI_DEVICES=n +CONFIG_PARALLEL=y # Boards: # -- 2.20.1
