[SRU][I/raspi][PATCH 1/1] UBUNTU: [Config] raspi: Set VIRTIO_PCI=m
Juerg Haefliger
juerg.haefliger at canonical.com
Thu Feb 10 10:38:04 UTC 2022
BugLink: https://bugs.launchpad.net/bugs/1959102
Enable the VIRTIO_PCI module which is required for ADT and autopkgtest.
Signed-off-by: Juerg Haefliger <juergh at canonical.com>
---
debian.raspi/config/annotations | 2 ++
debian.raspi/config/config.common.ubuntu | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian.raspi/config/annotations b/debian.raspi/config/annotations
index a9dcab5c622e..f3f37e64d6ce 100644
--- a/debian.raspi/config/annotations
+++ b/debian.raspi/config/annotations
@@ -4,6 +4,8 @@
include "../../debian.master/config/annotations"
+CONFIG_VIRTIO_PCI policy<{'*': 'm'}> mark<ENFORCED> note<LP: #1959102>
+
CONFIG_HUGETLBFS policy<{'arm64': 'y', 'armhf': 'y', 'armhf-raspi-nolpae': '-'}> mark<ENFORCED> note<LP: #1933627>
CONFIG_CGROUP_HUGETLB policy<{'arm64': 'y', 'armhf': 'y', 'armhf-raspi-nolpae': '-'}> mark<ENFORCED> note<LP: #1933627>
diff --git a/debian.raspi/config/config.common.ubuntu b/debian.raspi/config/config.common.ubuntu
index 55b53ce32da1..563f66106bd2 100644
--- a/debian.raspi/config/config.common.ubuntu
+++ b/debian.raspi/config/config.common.ubuntu
@@ -8733,7 +8733,8 @@ CONFIG_VIRTIO_MENU=y
CONFIG_VIRTIO_MMIO=y
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
CONFIG_VIRTIO_NET=m
-# CONFIG_VIRTIO_PCI is not set
+CONFIG_VIRTIO_PCI=m
+CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_PCI_LIB=m
# CONFIG_VIRTIO_PMEM is not set
CONFIG_VIRTIO_VDPA=m
--
2.32.0
More information about the kernel-team
mailing list