xref: /OK3568_Linux_fs/buildroot/package/ntfs-3g/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NTFS_3G
2*4882a593Smuzhiyun	bool "ntfs-3g"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_USE_MMU
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  The NTFS-3G driver is an open source, freely available
9*4882a593Smuzhiyun	  read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD,
10*4882a593Smuzhiyun	  and Haiku. It provides safe and fast handling of the Windows
11*4882a593Smuzhiyun	  XP, Windows Server 2003, Windows 2000 and Windows Vista file
12*4882a593Smuzhiyun	  systems. Most POSIX file system operations are supported, with
13*4882a593Smuzhiyun	  the exception of full file ownership and access right support.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  http://www.ntfs-3g.org/
16*4882a593Smuzhiyun
17*4882a593Smuzhiyunif BR2_PACKAGE_NTFS_3G
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig BR2_PACKAGE_NTFS_3G_ENCRYPTED
20*4882a593Smuzhiyun	bool "encrypted volumes"
21*4882a593Smuzhiyun	depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt
22*4882a593Smuzhiyun	select BR2_PACKAGE_GNUTLS
23*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGCRYPT
24*4882a593Smuzhiyun	help
25*4882a593Smuzhiyun	  Enable support for NTFS encrypted volumes.
26*4882a593Smuzhiyun
27*4882a593Smuzhiyunconfig BR2_PACKAGE_NTFS_3G_NTFSPROGS
28*4882a593Smuzhiyun	bool "ntfsprogs"
29*4882a593Smuzhiyun	help
30*4882a593Smuzhiyun	  Install NTFS utilities.
31*4882a593Smuzhiyun
32*4882a593Smuzhiyunendif
33*4882a593Smuzhiyun
34*4882a593Smuzhiyuncomment "ntfs-3g needs a toolchain w/ wchar, threads, dynamic library"
35*4882a593Smuzhiyun	depends on BR2_USE_MMU
36*4882a593Smuzhiyun	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
37