mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
[kernel][Kconfig] 调整Kconfig缩进
This commit is contained in:
committed by
Man, Jianting (Meco)
parent
e3f068f058
commit
d8a3b7c68d
+12
-12
@@ -39,7 +39,7 @@ config RT_USING_SMART
|
||||
RT-Thread Smart is a microkernel based operating system on RT-Thread.
|
||||
|
||||
config RT_USING_AMP
|
||||
bool "Enable AMP(Asymmetric Multi-Processing)"
|
||||
bool "Enable AMP (Asymmetric Multi-Processing)"
|
||||
default n
|
||||
if RT_USING_AMP
|
||||
choice
|
||||
@@ -55,7 +55,7 @@ config RT_USING_AMP
|
||||
endif
|
||||
|
||||
config RT_USING_SMP
|
||||
bool "Enable SMP(Symmetric multiprocessing)"
|
||||
bool "Enable SMP (Symmetric multiprocessing)"
|
||||
default n
|
||||
help
|
||||
This option should be selected by machines which have an SMP-
|
||||
@@ -76,19 +76,19 @@ config RT_ALIGN_SIZE
|
||||
help
|
||||
Alignment size for CPU architecture data access
|
||||
|
||||
choice
|
||||
prompt "The maximal level value of priority of thread"
|
||||
default RT_THREAD_PRIORITY_32
|
||||
choice
|
||||
prompt "The maximal level value of priority of thread"
|
||||
default RT_THREAD_PRIORITY_32
|
||||
|
||||
config RT_THREAD_PRIORITY_8
|
||||
bool "8"
|
||||
config RT_THREAD_PRIORITY_8
|
||||
bool "8"
|
||||
|
||||
config RT_THREAD_PRIORITY_32
|
||||
bool "32"
|
||||
config RT_THREAD_PRIORITY_32
|
||||
bool "32"
|
||||
|
||||
config RT_THREAD_PRIORITY_256
|
||||
bool "256"
|
||||
endchoice
|
||||
config RT_THREAD_PRIORITY_256
|
||||
bool "256"
|
||||
endchoice
|
||||
|
||||
config RT_THREAD_PRIORITY_MAX
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user