summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/ntfs-3g/Config.in')
-rw-r--r--package/ntfs-3g/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/ntfs-3g/Config.in b/package/ntfs-3g/Config.in
index 865f9b41f..530103889 100644
--- a/package/ntfs-3g/Config.in
+++ b/package/ntfs-3g/Config.in
@@ -12,5 +12,20 @@ config BR2_PACKAGE_NTFS_3G
http://www.ntfs-3g.org/
+if BR2_PACKAGE_NTFS_3G
+
+config BR2_PACKAGE_NTFS_3G_ENCRYPTED
+ bool "encrypted volumes"
+ select BR2_PACKAGE_GNUTLS
+ help
+ Enable support for NTFS encrypted volumes.
+
+config BR2_PACKAGE_NTFS_3G_NTFSPROGS
+ bool "ntfsprogs"
+ help
+ Install NTFS utilities.
+
+endif
+
comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)