From 620e2f4ce3dd97f5562f156ddcd4fba91eac6454 Mon Sep 17 00:00:00 2001 From: "Nickolay Semyonov (RPI)" Date: Sat, 26 Aug 2017 11:54:03 -0600 Subject: [PATCH] FS_AUTOMOUNTER should depend on SCHED_LPWORK --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/Kconfig b/fs/Kconfig index 05ab5daea93..cb9963187c0 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -13,6 +13,7 @@ config FS_AUTOMOUNTER bool "Auto-mounter" default n depends on !DISABLE_MOUNTPOINT + select SCHED_LPWORK ---help--- The automounter provides an OS-internal mechanism for automatically mounting and unmounting removable media as the media is inserted and