Browse Source

adjust bsp/k210/driver/Kconfig

liqiwen 3 years ago
parent
commit
316cbd33fa
1 changed files with 4 additions and 0 deletions
  1. 4 0
      bsp/k210/driver/Kconfig

+ 4 - 0
bsp/k210/driver/Kconfig

@@ -1,3 +1,5 @@
+menu "Hardware Drivers Config"
+
 config BSP_USING_UART_HS
 config BSP_USING_UART_HS
     bool "Enable High Speed UART"
     bool "Enable High Speed UART"
     default y
     default y
@@ -193,3 +195,5 @@ if BSP_USING_CAMERA
         default 17
         default 17
 endif
 endif
 
 
+endmenu
+