diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 2222e5c38..aacf55775 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -372,6 +372,12 @@ config CONFIG_FEATURE_MOUNT_NFS help Enable mounting of NFS file systems. +config CONFIG_FEATURE_MOUNT_CIFS + bool "Support mounting CIFS/SMB file systems" + default n + depends on CONFIG_MOUNT + help + Enable support for samba mounts. config CONFIG_FEATURE_MOUNT_FLAGS depends on CONFIG_MOUNT bool "Support lots of -o flags in mount." |