4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:47:09 +08:00

adjust bsp/k210/driver/Kconfig

This commit is contained in:
liqiwen 2021-10-27 10:52:29 +08:00
parent 312ae2587c
commit 316cbd33fa

View File

@ -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