Skip to content
Snippets Groups Projects
Commit 195f7e77 authored by Bernhard Beschow's avatar Bernhard Beschow Committed by Philippe Mathieu-Daudé
Browse files

hw/isa/Kconfig: Fix dependencies of piix4 southbridge


Signed-off-by: default avatarBernhard Beschow <shentey@gmail.com>
Message-Id: <20221022150508.26830-27-shentey@gmail.com>
Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
parent e5b6c3e2
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,6 @@ CONFIG_APM=y
CONFIG_I8257=y
CONFIG_PIIX4=y
CONFIG_IDE_ISA=y
CONFIG_IDE_PIIX=y
CONFIG_PFLASH_CFI01=y
CONFIG_I8259=y
CONFIG_MC146818RTC=y
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment