diff options
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index a034b2e1f..b364aaed2 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -22,9 +22,16 @@ config BR2_ENABLE_LOCALE help Enable locale/gettext/i18n support? +config BR2_PTHREADS + bool "Enable thread support" + default y + help + Enable support for libpthreads + config BR2_PTHREADS_NATIVE bool "Enable Native POSIX Threading (NPTL) support?" default n + depends on BR2_PTHREADS help Enable Native POSIX Threading (NPTL) support? |