1config BR2_PACKAGE_LIBNPTH 2 bool "libnpth" 3 depends on BR2_TOOLCHAIN_HAS_THREADS 4 depends on BR2_USE_MMU # fork() 5 help 6 nPth is a library to provide the GNU Pth API and thus a 7 non-preemptive threads implementation. 8 9 https://www.gnupg.org/related_software/npth/index.html 10 11comment "libnpth needs a toolchain w/ threads support" 12 depends on !BR2_TOOLCHAIN_HAS_THREADS 13 depends on BR2_USE_MMU 14