diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 76e9ff97f..fbcf62476 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -393,6 +393,13 @@ config CONFIG_UMOUNT | |||
393 | the tool to use. If you enabled the 'mount' utility, you almost certainly | 393 | the tool to use. If you enabled the 'mount' utility, you almost certainly |
394 | also want to enable 'umount'. | 394 | also want to enable 'umount'. |
395 | 395 | ||
396 | config CONFIG_FEATURE_UMOUNT_ALL | ||
397 | bool " umount -a option" | ||
398 | default n | ||
399 | depends on CONFIG_UMOUNT | ||
400 | help | ||
401 | Support -a option to unmount all currently mounted filesystems. | ||
402 | |||
396 | comment "Common options for mount/umount" | 403 | comment "Common options for mount/umount" |
397 | depends on CONFIG_MOUNT || CONFIG_UMOUNT | 404 | depends on CONFIG_MOUNT || CONFIG_UMOUNT |
398 | 405 | ||