xref: /OK3568_Linux_fs/buildroot/package/libargon2/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBARGON2
2	bool "libargon2"
3	depends on BR2_USE_MMU
4	depends on !BR2_STATIC_LIBS
5	help
6	  A modern password hashing algorithm
7
8	  https://password-hashing.net/#argon2
9
10comment "libargon needs a toolchain w/ dynamic library"
11	depends on BR2_USE_MMU
12	depends on BR2_STATIC_LIBS
13