From 6ecd7f6d4303b0bfbfd27fbb322795c0fd2bc058 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Sun, 31 May 2026 17:57:59 +0200 Subject: [PATCH] kconfigcheck: move VFAT_FS to category:default All but 10 kernels in downstream and 1 in testing support VFAT_FS already. FAT32, which VFAT_FS supports, is proposed with https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2869 to become the default filesystem for pmOS_boot. Since so many kernels already support this option and the FAT filesystems are so common, there is no reason not to include VFAT_FS by default. VFAT_FS only increases kernel size by 10kb, so it does not impact boot partition space in any meaningful way. Signed-off-by: Aster Boese Part-of: --- kconfigcheck.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfigcheck.toml b/kconfigcheck.toml index bd916b74d..6da1a7ab2 100644 --- a/kconfigcheck.toml +++ b/kconfigcheck.toml @@ -61,12 +61,14 @@ DM_CRYPT = "y" FB = "y" INPUT_EVDEV = "m" KINETO_GAN = "n" +NLS_ASCII = "y" # required to mount FAT32 PFT = "n" SEC_RESTRICT_ROOTING = "n" SYN_COOKIES = "y" SYSVIPC = "y" TMPFS_POSIX_ACL = "y" USE_VFB = "n" +VFAT_FS = "y" VT = "y" ["category:default".">=4.3.0"."all"] DRM_FBDEV_EMULATION = "y" @@ -438,8 +440,6 @@ PSTORE = "y" EFI_ESRT = "y" EFI_VARS_PSTORE = "y" EFI_RUNTIME_WRAPPERS = "y" -VFAT_FS = "y" -NLS_ASCII = "y" ["category:uefi".">=0.0.0"."x86_64"] EFI_MIXED = "y" ["category:uefi".">=0.0.0"."aarch64 armv7"]