]> git.proxmox.com Git - mirror_qemu.git/commit
hw/isa: fix ISA_SUPERIO dependencies
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Feb 2024 15:49:59 +0000 (16:49 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 15 Feb 2024 14:53:12 +0000 (15:53 +0100)
commitcf5f5f9235bca5f838087f63c1c1b3c5be591b1b
treef8e735484ba6f01e353e225f305b7aa82a6d2080
parente6f2193367a6b060b65c8898c02d0502f8aaa7e5
hw/isa: fix ISA_SUPERIO dependencies

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.

Reviewed-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20240213155005.109954-5-pbonzini@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/isa/Kconfig