The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ntfs-3g / Config.in
1 config BR2_PACKAGE_NTFS_3G
2         bool "ntfs-3g"
3         depends on BR2_USE_WCHAR
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         depends on BR2_USE_MMU
6         help
7           The NTFS-3G driver is an open source, freely available
8           read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
9           and Haiku. It provides safe and fast handling of the Windows
10           XP, Windows Server 2003, Windows 2000 and Windows Vista file
11           systems. Most POSIX file system operations are supported, with
12           the exception of full file ownership and access right support.
13
14           http://www.ntfs-3g.org/
15
16 if BR2_PACKAGE_NTFS_3G
17
18 config BR2_PACKAGE_NTFS_3G_ENCRYPTED
19         bool "encrypted volumes"
20         select BR2_PACKAGE_GNUTLS
21         select BR2_PACKAGE_LIBGCRYPT
22         help
23           Enable support for NTFS encrypted volumes.
24
25 config BR2_PACKAGE_NTFS_3G_NTFSPROGS
26         bool "ntfsprogs"
27         help
28           Install NTFS utilities.
29
30 endif
31
32 comment "ntfs-3g needs a toolchain w/ wchar, threads"
33         depends on BR2_USE_MMU
34         depends on !(BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)