瀏覽代碼

revert kconfig of pthread

Jianting (Meco) Man 3 年之前
父節點
當前提交
80750271c9
共有 1 個文件被更改,包括 8 次插入8 次删除
  1. 8 8
      components/libc/Kconfig

+ 8 - 8
components/libc/Kconfig

@@ -76,16 +76,16 @@ if RT_USING_POSIX
     config RT_USING_POSIX_AIO
         bool "Enable AIO"
         default n
+endif
 
-    config RT_USING_PTHREADS
-        bool "Enable pthreads APIs"
-        default n
+config RT_USING_PTHREADS
+    bool "Enable pthreads APIs"
+    default n
 
-    if RT_USING_PTHREADS
-        config PTHREAD_NUM_MAX
-            int "Maximum number of pthreads"
-            default 8
-    endif
+if RT_USING_PTHREADS
+    config PTHREAD_NUM_MAX
+        int "Maximum number of pthreads"
+        default 8
 endif
 
 endmenu