1config BR2_PACKAGE_LIBASSUAN 2 bool "libassuan" 3 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error 4 depends on BR2_USE_MMU # fork() 5 select BR2_PACKAGE_LIBGPG_ERROR 6 help 7 Libassuan is a small library implementing the so-called 8 Assuan protocol. 9 10 This protocol is used for IPC between most newer GnuPG 11 components. Both, server and client side functions are 12 provided. 13 14 http://www.gnupg.org/related_software/libassuan/ 15