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