]> git.proxmox.com Git - mirror_qemu.git/commit
hw/i386/Kconfig: Allow to compile Q35 without FDC_ISA
authorThomas Huth <thuth@redhat.com>
Thu, 25 Apr 2024 18:43:14 +0000 (20:43 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 May 2024 17:43:23 +0000 (19:43 +0200)
commit77af05946e450a804b55b4a10b0b1fbd4f838fa4
treec8f605647d645f04e0d8c9ea6441e71a85731568
parent64436c5c1739abf58ef3b768c20f312355c370fc
hw/i386/Kconfig: Allow to compile Q35 without FDC_ISA

The q35 machine can be used without floppy disk controller (FDC),
but due to our current Kconfig setup, the FDC code is still always
included in the binary. To fix this, the "PC" config option should
only imply the "FDC_ISA" instead of always selecting it.

The i440fx and the isa-pc machine currently always instantiate
the FDC, so we have to add the select statements now there instead.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240425184315.553329-3-thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/i386/Kconfig