Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
1ca04379
Commit
1ca04379
authored
8 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
libc/Kconfig: Remove source'ing file twice. Use cleaner dependencies in some menus.
parent
67feda60
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libc/stdio/Kconfig
+0
-2
0 additions, 2 deletions
libc/stdio/Kconfig
libc/tls/Kconfig
+1
-3
1 addition, 3 deletions
libc/tls/Kconfig
libc/wqueue/Kconfig
+1
-4
1 addition, 4 deletions
libc/wqueue/Kconfig
with
2 additions
and
9 deletions
libc/stdio/Kconfig
+
0
−
2
View file @
1ca04379
...
...
@@ -106,8 +106,6 @@ config EOL_IS_EITHER_CRLF
endchoice
source libc/time/Kconfig
config MEMCPY_VIK
bool "Vik memcpy()"
default n
...
...
This diff is collapsed.
Click to expand it.
libc/tls/Kconfig
+
1
−
3
View file @
1ca04379
...
...
@@ -10,9 +10,8 @@ config ARCH_HAVE_TLS
Selected by the configuration system if the current architecture
supports TLS.
if ARCH_HAVE_TLS
menu "Thread Local Storage (TLS)"
depends on ARCH_HAVE_TLS
config TLS
bool "Thread Local Storage (TLS)"
...
...
@@ -49,4 +48,3 @@ config TLS_NELEM
endif # TLS
endmenu # Thread Local Storage (TLS)
endif # ARCH_HAVE_TLS
This diff is collapsed.
Click to expand it.
libc/wqueue/Kconfig
+
1
−
4
View file @
1ca04379
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment