diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.libc.choice | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 9a3587131..9666e84ec 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -104,3 +104,15 @@ config ADK_TARGET_LIB_MUSL_GIT depends on ADK_TARGET_LIB_MUSL endchoice + +choice +prompt "Threading" +depends on ADK_TARGET_LIB_UCLIBC || ADK_TARGET_LIB_UCLIBC_NG + +config ADK_TARGET_LIB_WITH_THREADS + bool "enable threads" + +config ADK_TARGET_LIB_WITHOUT_THREADS + bool "disable threads" + +endchoice |