Change config name for automounter 55/320455/2 tizen_9.0
authorYongtaek Jeon <ytjeon@samsung.com>
Fri, 15 Nov 2024 07:27:39 +0000 (16:27 +0900)
committerYongtaek Jeon <ytjeon@samsung.com>
Fri, 15 Nov 2024 08:00:17 +0000 (17:00 +0900)
As of Linux Kernel v4.18, the configuration option for
automounter support has changed from AUTOFS4_FS to AUTOFS_FS.
This patch updates the kernel configuration to reflect this change.

Change-Id: I1aa4aa3d92dd3fa02a05b55f2369efcec747cdc2
Signed-off-by: Yongtaek Jeon <ytjeon@samsung.com>
tizen/tizen_defconfig

index 2b25cfacd84afdaacb8ab64e21bd2f5f03fa9eda..9e0a72efc64740a67dd5ed35e52b18404aa445ca 100644 (file)
@@ -110,7 +110,7 @@ CONFIG_CRYPTO_SHA256=y
 CONFIG_UEVENT_HELPER=y
 CONFIG_UEVENT_HELPER_PATH=""
 CONFIG_FW_LOADER_USER_HELPER=n
-CONFIG_AUTOFS4_FS=y
+CONFIG_AUTOFS_FS=y
 
 #
 # 1-3. IPC support