From: Sven Joachim Date: Sat, 29 Jul 2023 08:05:23 +0000 (+0200) Subject: mkosi: set CONFIG_AUTOFS_FS rather than CONFIG_AUTOFS4_FS X-Git-Tag: v255-rc1~902 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4e8c6d972ffaa3b9cad762b7434e31e2d4d9e5b;p=thirdparty%2Fsystemd.git 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. --- 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