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