Am 7. Februar 2024 11:14:06 UTC schrieb Paolo Bonzini <pbonz...@redhat.com>: >ISA_SUPERIO does not provide an ISA bus, so it should not select the symbol: >instead it requires one. Among its users, VT82C686 is the only one that >is a PCI-ISA bridge and does not already select ISA_BUS. > >Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> Reviewed-by: Bernhard Beschow <shen...@gmail.com> >--- > hw/isa/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/hw/isa/Kconfig b/hw/isa/Kconfig >index 7884179d08b..5df3c09cd51 100644 >--- a/hw/isa/Kconfig >+++ b/hw/isa/Kconfig >@@ -15,7 +15,7 @@ config I82378 > > config ISA_SUPERIO > bool >- select ISA_BUS >+ depends on ISA_BUS > select PCKBD > select PARALLEL > select SERIAL_ISA >@@ -47,6 +47,7 @@ config PIIX > > config VT82C686 > bool >+ select ISA_BUS > select ISA_SUPERIO > select ACPI > select ACPI_SMBUS
- Re: [PATCH v2 7/8] mips: allow compiling out ... BALATON Zoltan
- Re: [PATCH v2 7/8] mips: allow compiling ... Paolo Bonzini
- Re: [PATCH v2 7/8] mips: allow compiling out ... Philippe Mathieu-Daudé
- Re: [PATCH v2 7/8] mips: allow compiling ... Paolo Bonzini
- Re: [PATCH v2 7/8] mips: allow compil... Philippe Mathieu-Daudé
- Re: [PATCH v2 7/8] mips: allow co... Philippe Mathieu-Daudé
- [PATCH v2 2/8] isa: clean up Kconfig selections fo... Paolo Bonzini
- [PATCH v2 4/8] isa: fix ISA_SUPERIO dependencies Paolo Bonzini
- Re: [PATCH v2 4/8] isa: fix ISA_SUPERIO depen... BALATON Zoltan
- Re: [PATCH v2 4/8] isa: fix ISA_SUPERIO depen... Philippe Mathieu-Daudé
- Re: [PATCH v2 4/8] isa: fix ISA_SUPERIO depen... Bernhard Beschow
- [PATCH v2 3/8] hw/mips/Kconfig: Remove ISA depende... Paolo Bonzini
- Re: [PATCH v2 3/8] hw/mips/Kconfig: Remove IS... Philippe Mathieu-Daudé
- Re: [PATCH v2 3/8] hw/mips/Kconfig: Remov... Paolo Bonzini
- Re: [PATCH v2 3/8] hw/mips/Kconfig: R... Philippe Mathieu-Daudé
- [PATCH v2 6/8] isa: extract FDC37M81X to a separat... Paolo Bonzini
- Re: [PATCH v2 6/8] isa: extract FDC37M81X to ... BALATON Zoltan
- Re: [PATCH v2 6/8] isa: extract FDC37M81X to ... Bernhard Beschow