xref: /OK3568_Linux_fs/buildroot/package/libpthsem/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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