diff options
Diffstat (limited to 'hw')
-rw-r--r-- | hw/isa/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 60aad28800..18b5c6bf3f 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -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 |