ソースを参照

correct and format Kconfig

Meco Man 1 年間 前
コミット
9fec43f0ea
2 ファイル変更7 行追加13 行削除
  1. 0 1
      bsp/synwit/swm341/drivers/Kconfig
  2. 7 12
      src/Kconfig

+ 0 - 1
bsp/synwit/swm341/drivers/Kconfig

@@ -314,7 +314,6 @@ menu "On-chip Peripheral Drivers"
     config BSP_USING_RTC
         bool "Enable RTC"
         select RT_USING_RTC
-        select RT_USING_LIBC
         default n
 
     menuconfig BSP_USING_SPI

+ 7 - 12
src/Kconfig

@@ -23,7 +23,6 @@ config RT_USING_SMART
     default n
     select RT_USING_LWP
     select RT_USING_DFS
-    select RT_USING_LIBC
     select RT_USING_POSIX_CLOCKTIME
     select RT_USING_DEVICE
     select RT_USING_TTY
@@ -228,12 +227,10 @@ menuconfig RT_USING_DEBUG
             depends on ARCH_MM_MMU
             default n
 
-        if RT_USING_SMP
-            config RT_DEBUGING_SPINLOCK
+        config RT_DEBUGING_SPINLOCK
             bool "Enable spinlock debugging"
+            depends on RT_USING_SMP
             default n
-        endif
-
     endif
 
 menu "Inter-Thread communication"
@@ -258,11 +255,10 @@ menu "Inter-Thread communication"
         bool "Enable message queue"
         default y
 
-    if RT_USING_MESSAGEQUEUE
-        config RT_USING_MESSAGEQUEUE_PRIORITY
-            bool "Enable message queue priority"
-            default n
-    endif
+    config RT_USING_MESSAGEQUEUE_PRIORITY
+        bool "Enable message queue priority"
+        depends on RT_USING_MESSAGEQUEUE
+        default n
 
     config RT_USING_SIGNALS
         bool "Enable signals"
@@ -425,8 +421,7 @@ if RT_USING_CONSOLE
 
     config RT_CONSOLE_DEVICE_NAME
         string "the device name for console"
-        depends on RT_USING_DEVICE
-        default "uart"
+        default "uart1"
 endif
 
 config RT_VER_NUM