xref: /OK3568_Linux_fs/buildroot/package/exfatprogs/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_EXFATPROGS
2	bool "exfatprogs"
3	depends on BR2_USE_WCHAR
4	help
5	  exFAT filesystem userspace utilities.
6
7	  This is the set of tools that works together with the exfat
8	  driver in the official Linux kernel (merged in Linux 5.7).
9
10	  If you're using the FUSE-based exfat support (from
11	  package/exfat), you must use the corresponding user-space
12	  programs in package/exfat-utils.
13
14	  https://github.com/exfatprogs/exfatprogs
15
16comment "exfatprogs needs a toolchain w/ wchar"
17	depends on !BR2_USE_WCHAR
18