xref: /OK3568_Linux_fs/buildroot/package/libbytesize/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBBYTESIZE
2	bool "libbytesize"
3	select BR2_PACKAGE_GMP
4	select BR2_PACKAGE_MPFR
5	select BR2_PACKAGE_PCRE2
6	help
7	  A tiny library that facilitates the common operations with
8	  sizes in bytes
9
10	  https://github.com/storaged-project/libbytesize/
11