From d8a3b7c68d4a77de51f93ebc9b9839d6899f1c39 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Fri, 23 Jun 2023 00:16:08 -0400 Subject: [PATCH] =?UTF-8?q?[kernel][Kconfig]=20=E8=B0=83=E6=95=B4Kconfig?= =?UTF-8?q?=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Kconfig | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Kconfig b/src/Kconfig index 2cc250de38..5cabfdbd72 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -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