1config BR2_PACKAGE_LIBPTHSEM 2 bool "libpthsem" 3 depends on BR2_USE_MMU # fork() 4 help 5 GNU pth is a user mode multi threading library. pthsem is an 6 extend version, with support for semaphores added. 7 8 http://www.auto.tuwien.ac.at/~mkoegler/pth/ 9 10if BR2_PACKAGE_LIBPTHSEM 11 12config BR2_PACKAGE_LIBPTHSEM_COMPAT 13 bool "libpth compatibility" 14 help 15 This option enables the compatibility with the original 16 libpth library. 17 18endif 19