diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 5a47318fe..3b0f778cb 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -393,6 +393,15 @@ config FEATURE_MOUNT_FAKE | |||
393 | help | 393 | help |
394 | Enable support for faking a file system mount. | 394 | Enable support for faking a file system mount. |
395 | 395 | ||
396 | config FEATURE_MOUNT_VERBOSE | ||
397 | bool "mount -v option" | ||
398 | default n | ||
399 | depends on MOUNT | ||
400 | help | ||
401 | Enable multi-level -v[vv...] verbose messages. Useful if you | ||
402 | debug mount problems and want to see what is exactly passed | ||
403 | to the kernel. | ||
404 | |||
396 | config FEATURE_MOUNT_HELPERS | 405 | config FEATURE_MOUNT_HELPERS |
397 | bool "Support mount helpers" | 406 | bool "Support mount helpers" |
398 | default n | 407 | default n |