add more threading options

This commit is contained in:
Mike Frysinger 2005-12-07 23:14:19 +00:00
parent 92834c5674
commit 5105581c02

View File

@ -22,16 +22,21 @@ config BR2_ENABLE_LOCALE
help help
Enable locale/gettext/i18n support? Enable locale/gettext/i18n support?
config BR2_PTHREADS choice
bool "Enable thread support" prompt "Thread library implementation"
default y default BR2_PTHREADS_OLD
help help
Enable support for libpthreads Select the version of libpthreads you want to use.
config BR2_PTHREADS_NONE
bool "none"
config BR2_PTHREADS
bool "linuxthreads"
config BR2_PTHREADS_OLD
bool "linuxthreads (stable/old)"
config BR2_PTHREADS_NATIVE config BR2_PTHREADS_NATIVE
bool "Enable Native POSIX Threading (NPTL) support?" bool "Native POSIX Threading (NPTL)"
default n endchoice
depends on BR2_PTHREADS
help
Enable Native POSIX Threading (NPTL) support?