1config BR2_PACKAGE_LMDB 2 bool "lmdb" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 help 5 OpenLDAP Lightning Memory-Mapped Database 6 7 LMDB is compact, fast, powerful, and robust and implements 8 a simplified variant of the BerkeleyDB (BDB) API. 9 10 https://symas.com/lmdb/ 11 12comment "lmdb needs a toolchain w/ threads" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS 14