mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
libc/Kconfig: Remove source'ing file twice. Use cleaner dependencies in some menus.
This commit is contained in:
+1
-4
@@ -3,14 +3,12 @@
|
||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||
#
|
||||
|
||||
if BUILD_PROTECTED || BUILD_KERNEL
|
||||
|
||||
menu "User Work Queue Support"
|
||||
depends on (BUILD_PROTECTED || BUILD_KERNEL) && !DISABLE_SIGNALS
|
||||
|
||||
config LIB_USRWORK
|
||||
bool "User mode worker thread"
|
||||
default n
|
||||
depends on !DISABLE_SIGNALS
|
||||
---help---
|
||||
User space work queues can also be made available for deferred
|
||||
processing in the NuttX kernel build.
|
||||
@@ -38,4 +36,3 @@ config LIB_USRWORKSTACKSIZE
|
||||
|
||||
endif # LIB_USRWORK
|
||||
endmenu # User Work Queue Support
|
||||
endif # BUILD_PROTECTED || BUILD_KERNEL
|
||||
|
||||
Reference in New Issue
Block a user