Skip to content
Snippets Groups Projects
Unverified Commit 818f90c3 authored by Casey's avatar Casey :recycle: Committed by Anjan Momi
Browse files

kconfigcheck: enable NTFS for UEFI capable arm64/x86 devices (MR 5801)


devices that previously ran windows may still have a windows partition
and want to dual boot.

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 8ffef0c4
No related branches found
No related tags found
No related merge requests found
......@@ -330,6 +330,10 @@ EFI_PARAMS_FROM_FDT = true
["category:uefi".">=6.1.0"."aarch64"]
# Required EFI booting compressed kernels on this arch
EFI_ZBOOT = true
# Devices that used to run windows may still want to access
# the windows partition (e.g. to retrieve firmware on WoA)
["category:uefi".">=5.15"."aarch64 x86_64"]
NTFS3_FS = true
["category:libcamera".">=0.0.0"."aarch64"]
UDMABUF = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment