[kernel] 整理Kconfig
This commit is contained in:
parent
6a863ef65c
commit
e13230ba72
|
@ -122,7 +122,6 @@ config RT_TIMER_THREAD_PRIO
|
||||||
config RT_TIMER_THREAD_STACK_SIZE
|
config RT_TIMER_THREAD_STACK_SIZE
|
||||||
int "The stack size of timer thread"
|
int "The stack size of timer thread"
|
||||||
default 512
|
default 512
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
menu "kservice optimization"
|
menu "kservice optimization"
|
||||||
|
@ -274,6 +273,7 @@ config RT_USING_SIGNALS
|
||||||
help
|
help
|
||||||
A signal is an asynchronous notification sent to a specific thread
|
A signal is an asynchronous notification sent to a specific thread
|
||||||
in order to notify it of an event that occurred.
|
in order to notify it of an event that occurred.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Memory Management"
|
menu "Memory Management"
|
||||||
|
|
Loading…
Reference in New Issue