aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2020-08-03 18:24:17 +0100
committerAlex Bennée <alex.bennee@linaro.org>2020-08-03 18:26:50 +0100
commit6ee139e77fdcc9f3c6465feb1e5068a0f7c7549b (patch)
treee5ef5321c59a3e348647900e5d6a25502af821e7
parent1be122e1d7065f7269c80efcefc9a0618a7ad768 (diff)
kernel/configs: don't include PCI_QUIRKS in KVM guest configskernelcikernel-ciarm64/virtio-pci-diet
The VIRTIO_PCI support is an idealised PCI bus, we don't need a bunch of bloat for real world hardware for a VirtIO guest. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r--kernel/configs/kvm_guest.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/kvm_guest.config b/kernel/configs/kvm_guest.config
index 208481d91090..672863a2fdf1 100644
--- a/kernel/configs/kvm_guest.config
+++ b/kernel/configs/kvm_guest.config
@@ -13,6 +13,7 @@ CONFIG_IP_PNP_DHCP=y
CONFIG_BINFMT_ELF=y
CONFIG_PCI=y
CONFIG_PCI_MSI=y
+CONFIG_PCI_QUIRKS=n
CONFIG_DEBUG_KERNEL=y
CONFIG_VIRTUALIZATION=y
CONFIG_HYPERVISOR_GUEST=y