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 <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8694>
This commit is contained in:
parent
c554d8177e
commit
6ecd7f6d43
1 changed files with 2 additions and 2 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue