Config.in 728 B

12345678910111213141516171819
  1. comment "ntfs-3g has no inherent support for AVR32"
  2. depends on BR2_avr32 && BR2_PACKAGE_NTFS_3G
  3. config BR2_PACKAGE_NTFS_3G
  4. bool "ntfs-3g"
  5. depends on BR2_LARGEFILE
  6. depends on BR2_USE_WCHAR
  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.
  14. http://www.ntfs-3g.org/
  15. comment "ntfs-3g requires a toolchain with LARGEFILE and WCHAR support"
  16. depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)