adjust bsp/k210/driver/Kconfig
This commit is contained in:
parent
312ae2587c
commit
316cbd33fa
|
@ -1,3 +1,5 @@
|
|||
menu "Hardware Drivers Config"
|
||||
|
||||
config BSP_USING_UART_HS
|
||||
bool "Enable High Speed UART"
|
||||
default y
|
||||
|
@ -193,3 +195,5 @@ if BSP_USING_CAMERA
|
|||
default 17
|
||||
endif
|
||||
|
||||
endmenu
|
||||
|
||||
|
|
Loading…
Reference in New Issue