]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/Kconfig
hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PC
authorCole Robinson <crobinso@redhat.com>
Mon, 9 Sep 2019 17:34:10 +0000 (13:34 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Sep 2019 10:32:21 +0000 (12:32 +0200)
commit709ebb905491258676776c78ca38a61563e59aac
tree9508da3866c1f0f2801f1b0f8c7aeadf06b4fd98
parent0c9956f8213ad1074474f2f938574043e4ee5dfd
hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PC

CONFIG_ACPI_PCI is a hard requirement of acpi-build.c, which is built
unconditionally for x86 target. Putting it in default-configs/ suggests
that it can be easily disabled, which isn't true.

Relocate the symbol with the other acpi-build.c requirements, under
'config PC'. This is similar to what is done for the arm 'virt' machine
type and CONFIG_ACPI_PCI

Signed-off-by: Cole Robinson <crobinso@redhat.com>
Message-Id: <e73e6edff68fd30d69c6a1d02c9ef9192f773c63.1568049871.git.crobinso@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
default-configs/i386-softmmu.mak
hw/i386/Kconfig