libnetfilter_cthelper: add patch for uclinux tuple
[buildroot-gz.git] / package / ntfs-3g / Config.in
blob10db8a3b17339ae12803b8328c4a5c9b681c1c04
1 config BR2_PACKAGE_NTFS_3G
2         bool "ntfs-3g"
3         depends on BR2_LARGEFILE
4         depends on BR2_USE_WCHAR
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         depends on BR2_USE_MMU
7         help
8           The NTFS-3G driver is an open source, freely available
9           read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
10           and Haiku. It provides safe and fast handling of the Windows
11           XP, Windows Server 2003, Windows 2000 and Windows Vista file
12           systems. Most POSIX file system operations are supported, with
13           the exception of full file ownership and access right support.
15           http://www.ntfs-3g.org/
17 if BR2_PACKAGE_NTFS_3G
19 config BR2_PACKAGE_NTFS_3G_ENCRYPTED
20         bool "encrypted volumes"
21         select BR2_PACKAGE_GNUTLS
22         select BR2_PACKAGE_LIBGCRYPT
23         help
24           Enable support for NTFS encrypted volumes.
26 config BR2_PACKAGE_NTFS_3G_NTFSPROGS
27         bool "ntfsprogs"
28         help
29           Install NTFS utilities.
31 endif
33 comment "ntfs-3g requires a toolchain with LARGEFILE, WCHAR and threads support"
34         depends on !(BR2_LARGEFILE && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)