[kernel][Kconfig] 调整Kconfig缩进
This commit is contained in:
parent
e3f068f058
commit
d8a3b7c68d
24
src/Kconfig
24
src/Kconfig
|
@ -39,7 +39,7 @@ config RT_USING_SMART
|
||||||
RT-Thread Smart is a microkernel based operating system on RT-Thread.
|
RT-Thread Smart is a microkernel based operating system on RT-Thread.
|
||||||
|
|
||||||
config RT_USING_AMP
|
config RT_USING_AMP
|
||||||
bool "Enable AMP(Asymmetric Multi-Processing)"
|
bool "Enable AMP (Asymmetric Multi-Processing)"
|
||||||
default n
|
default n
|
||||||
if RT_USING_AMP
|
if RT_USING_AMP
|
||||||
choice
|
choice
|
||||||
|
@ -55,7 +55,7 @@ config RT_USING_AMP
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config RT_USING_SMP
|
config RT_USING_SMP
|
||||||
bool "Enable SMP(Symmetric multiprocessing)"
|
bool "Enable SMP (Symmetric multiprocessing)"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option should be selected by machines which have an SMP-
|
This option should be selected by machines which have an SMP-
|
||||||
|
@ -76,19 +76,19 @@ config RT_ALIGN_SIZE
|
||||||
help
|
help
|
||||||
Alignment size for CPU architecture data access
|
Alignment size for CPU architecture data access
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "The maximal level value of priority of thread"
|
prompt "The maximal level value of priority of thread"
|
||||||
default RT_THREAD_PRIORITY_32
|
default RT_THREAD_PRIORITY_32
|
||||||
|
|
||||||
config RT_THREAD_PRIORITY_8
|
config RT_THREAD_PRIORITY_8
|
||||||
bool "8"
|
bool "8"
|
||||||
|
|
||||||
config RT_THREAD_PRIORITY_32
|
config RT_THREAD_PRIORITY_32
|
||||||
bool "32"
|
bool "32"
|
||||||
|
|
||||||
config RT_THREAD_PRIORITY_256
|
config RT_THREAD_PRIORITY_256
|
||||||
bool "256"
|
bool "256"
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config RT_THREAD_PRIORITY_MAX
|
config RT_THREAD_PRIORITY_MAX
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue