1config BR2_PACKAGE_LIBTALLOC 2 bool "libtalloc" 3 depends on BR2_USE_MMU 4 depends on !BR2_STATIC_LIBS 5 help 6 talloc is a hierarchical, reference counted memory pool 7 system with destructors. It is the core memory allocator 8 used in Samba. 9 10 https://talloc.samba.org/talloc/doc/html/index.html 11 12comment "libtalloc needs a toolchain w/ dynamic library" 13 depends on BR2_USE_MMU 14 depends on BR2_STATIC_LIBS 15