709ebb9054
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>
28 lines
473 B
Makefile
28 lines
473 B
Makefile
# Default configuration for i386-softmmu
|
|
|
|
# Uncomment the following lines to disable these optional devices:
|
|
#
|
|
#CONFIG_AMD_IOMMU=n
|
|
#CONFIG_APPLESMC=n
|
|
#CONFIG_FDC=n
|
|
#CONFIG_HPET=n
|
|
#CONFIG_HYPERV=n
|
|
#CONFIG_ISA_DEBUG=n
|
|
#CONFIG_ISA_IPMI_BT=n
|
|
#CONFIG_ISA_IPMI_KCS=n
|
|
#CONFIG_PCI_DEVICES=n
|
|
#CONFIG_PVPANIC=n
|
|
#CONFIG_QXL=n
|
|
#CONFIG_SEV=n
|
|
#CONFIG_SGA=n
|
|
#CONFIG_TEST_DEVICES=n
|
|
#CONFIG_TPM_CRB=n
|
|
#CONFIG_TPM_TIS=n
|
|
#CONFIG_VTD=n
|
|
|
|
# Boards:
|
|
#
|
|
CONFIG_ISAPC=y
|
|
CONFIG_I440FX=y
|
|
CONFIG_Q35=y
|