hw/isa/Kconfig: PIIX4 southbridge requires USB UHCI
This fixes when configuring with --without-default-devices:
$ qemu-system-mips64 -bios /dev/null -M malta
qemu-system-mips64: Unknown device 'piix4-usb-uhci' for bus 'PCI'
Fixes: 7c28b925b7
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190316200818.8265-2-philmd@redhat.com>
This commit is contained in:
parent
aa889f7304
commit
fa80da7b69
@ -30,6 +30,7 @@ config PIIX4
|
||||
# For historical reasons, SuperIO devices are created in the board
|
||||
# for PIIX4.
|
||||
select ISA_BUS
|
||||
select USB_UHCI
|
||||
|
||||
config VT82C686
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user