From: David Hildenbrand <da...@redhat.com>

redhat/configs: enable CONFIG_VIRTIO_MEM on aarch64

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2044155

Just like we do in cs9, let's enable CONFIG_VIRTIO_MEM on aarch64.

Quoting from the cs9 commit:

        In the debugging kernel, CONFIG_DEVMEM is enabled. Since
        CONFIG_VIRTIO_MEM depends on !CONFIG_DEVMEM or
        CONFIG_STRICT_DEVMEM, this enables CONFIG_STRICT_DEVMEM in the
        debugging kernel.

Signed-off-by: David Hildenbrand <da...@redhat.com>

diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_MEM 
b/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_MEM
index blahblah..blahblah 100644
--- a/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_MEM
+++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_VIRTIO_MEM
@@ -1 +1 @@
-# CONFIG_VIRTIO_MEM is not set
+CONFIG_VIRTIO_MEM=m
diff --git a/redhat/configs/rhel/debug/arm/aarch64/CONFIG_STRICT_DEVMEM 
b/redhat/configs/rhel/debug/arm/aarch64/CONFIG_STRICT_DEVMEM
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/rhel/debug/arm/aarch64/CONFIG_STRICT_DEVMEM
@@ -0,0 +1 @@
+CONFIG_STRICT_DEVMEM=y

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2638
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to