linux: set Linux 6.6.x as default
[openadk.git] / target / config / Config.in.threads
blobff4fcac25874074219f6b28afb278d351db44188
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
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