mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
hw/isa/Kconfig: Fix dependencies of piix4 southbridge
Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20221022150508.26830-27-shentey@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
e5b6c3e2fe
commit
195f7e77de
2 changed files with 6 additions and 1 deletions
|
@ -40,7 +40,13 @@ config PIIX4
|
|||
bool
|
||||
# For historical reasons, SuperIO devices are created in the board
|
||||
# for PIIX4.
|
||||
select ACPI_PIIX4
|
||||
select I8254
|
||||
select I8257
|
||||
select I8259
|
||||
select IDE_PIIX
|
||||
select ISA_BUS
|
||||
select MC146818RTC
|
||||
select USB_UHCI
|
||||
|
||||
config VT82C686
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue