From 324275176593511c593f080da3e91f2842c512ff Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 13 Jul 2024 22:00:31 +0530 Subject: [PATCH] Kernel: Add APFS driver --- docs/guides/kernel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/kernel.md b/docs/guides/kernel.md index fb787f81..9b38c523 100644 --- a/docs/guides/kernel.md +++ b/docs/guides/kernel.md @@ -64,6 +64,7 @@ scripts/config --module CONFIG_HID_APPLETB_BL scripts/config --module CONFIG_HID_APPLETB_KBD scripts/config --module CONFIG_DRM_APPLETBDRM scripts/config --module CONFIG_APPLE_BCE +scripts/config --module CONFIG_APFS_FS ``` ### Building