linux+arc: update kernel
[openadk.git] / target / config / Config.in.threads
blobb0bb2f45262e8f8f3639832b33732caa6a935702
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 choice
5 prompt "Threading mode"
6 depends on ADK_TARGET_LIB_UCLIBC_NG
8 config ADK_TARGET_WITH_NPTL
9         bool "NPTL"
10         depends on ADK_TARGET_SUPPORTS_NPTL && ADK_TARGET_SUPPORTS_THREADS && ADK_TARGET_WITH_MMU
12 config ADK_TARGET_WITH_LT
13         bool "Linuxthreads"
14         depends on ADK_TARGET_SUPPORTS_LT && ADK_TARGET_SUPPORTS_THREADS
16 config ADK_TARGET_WITHOUT_THREADS
17         bool "none"
19 endchoice
21 config ADK_TARGET_SUPPORTS_THREADS
22         bool
24 config ADK_TARGET_SUPPORTS_NPTL
25         bool
27 config ADK_TARGET_SUPPORTS_LT
28         bool