From: Dorinda Bassey <dbas...@redhat.com>

redhat/configs: enable CONFIG_VFAT_FS as a module

Upstream Status: RHEL only

make CONFIG_VFAT_FS in the kernel-automotive
configuration to be enabled as a loadable module for VFAT.
This change is required to satisfy a requirement
of FuSa efforts for RHIVOS.

Link: https://issues.redhat.com/browse/RHEL-73494

CONFIG_FAT_FS has a dependency on CONFIG_VFAT_FS. Hence,
CONFIG_FAT_FS needs to be set as a loadable module.

Signed-off-by: Dorinda Bassey <dbas...@redhat.com>

diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_FAT_FS 
b/redhat/configs/rhel/automotive/generic/CONFIG_FAT_FS
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/automotive/generic/CONFIG_FAT_FS
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_FAT_FS
@@ -1 +1 @@
-CONFIG_FAT_FS=y
+CONFIG_FAT_FS=m
diff --git a/redhat/configs/rhel/automotive/generic/CONFIG_VFAT_FS 
b/redhat/configs/rhel/automotive/generic/CONFIG_VFAT_FS
index blahblah..blahblah 100644
--- a/redhat/configs/rhel/automotive/generic/CONFIG_VFAT_FS
+++ b/redhat/configs/rhel/automotive/generic/CONFIG_VFAT_FS
@@ -1 +1 @@
-CONFIG_VFAT_FS=y
+CONFIG_VFAT_FS=m

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3590

-- 
_______________________________________________
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