diff options
author | Bernhard Beschow <shentey@gmail.com> | 2022-10-22 17:04:26 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-10-31 11:32:07 +0100 |
commit | 503a35e7fdb75aef73d25c43589afcdff6d03ccf (patch) | |
tree | 46777ddefd9c352bd4abddf9828ae5cc5173d995 /hw/isa/Kconfig | |
parent | a6d89b454cec2de235595ea311d3cc3c49c3aaaa (diff) | |
download | qemu-503a35e7fdb75aef73d25c43589afcdff6d03ccf.zip qemu-503a35e7fdb75aef73d25c43589afcdff6d03ccf.tar.gz qemu-503a35e7fdb75aef73d25c43589afcdff6d03ccf.tar.bz2 |
hw/i386/pc: Create DMA controllers in south bridges
Just like in the real hardware (and in PIIX4), create the DMA
controllers in the south bridges.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221022150508.26830-2-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/isa/Kconfig')
-rw-r--r-- | hw/isa/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig index 20de7e9..60aad28 100644 --- a/hw/isa/Kconfig +++ b/hw/isa/Kconfig @@ -33,6 +33,7 @@ config PC87312 config PIIX3 bool + select I8257 select ISA_BUS config PIIX4 @@ -68,6 +69,7 @@ config LPC_ICH9 bool # For historical reasons, SuperIO devices are created in the board # for ICH9. + select I8257 select ISA_BUS select ACPI_SMBUS select ACPI_X86_ICH |