summaryrefslogtreecommitdiffstats
path: root/package/exfat/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/exfat/Config.in')
-rw-r--r--package/exfat/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/exfat/Config.in b/package/exfat/Config.in
new file mode 100644
index 000000000..c7e7fdbf0
--- /dev/null
+++ b/package/exfat/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_EXFAT
+ bool "exFAT (FUSE)"
+ depends on BR2_LARGEFILE # libfuse
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
+ depends on BR2_USE_MMU # libfuse
+ depends on BR2_USE_WCHAR
+ select BR2_PACKAGE_LIBFUSE
+ help
+ A full-featured exFAT file system implementation for GNU/Linux
+ and other Unix-like systems as a FUSE module.
+
+ http://code.google.com/p/exfat/
+
+comment "exfat requires a toolchain with LARGEFILE, WCHAR and threads support"
+ depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR