From b4e8c6d972ffaa3b9cad762b7434e31e2d4d9e5b Mon Sep 17 00:00:00 2001 From: Sven Joachim Date: Sat, 29 Jul 2023 10:05:23 +0200 Subject: [PATCH] mkosi: set CONFIG_AUTOFS_FS rather than CONFIG_AUTOFS4_FS Since Linux 4.18 CONFIG_AUTOFS4_FS just enables CONFIG_AUTOFS_FS, its description in fs/autofs/Kconfig reads: This name exists for people to just automatically pick up the new name of the autofs Kconfig option. All it does is select the new option name. It will go away in a release or two as people have transitioned to just plain AUTOFS_FS. --- mkosi.kernel.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.kernel.config b/mkosi.kernel.config index 7b0602f3b05..098d1c230f0 100644 --- a/mkosi.kernel.config +++ b/mkosi.kernel.config @@ -1,7 +1,7 @@ # CONFIG_COMPAT_BRK is not set # CONFIG_LEGACY_PTYS is not set CONFIG_ATA=y -CONFIG_AUTOFS4_FS=y +CONFIG_AUTOFS_FS=y CONFIG_BINFMT_MISC=y CONFIG_BLK_CGROUP_IOCOST=y CONFIG_BLK_CGROUP_IOLATENCY=y -- 2.47.3