xiuos/Ubiquitous/XiZi_IIoT/board/ch32v208rbt6/third_party_driver/Kconfig

10 lines
193 B
Plaintext
Executable File

menuconfig BSP_USING_UART
bool "Using UART device"
default y
select RESOURCES_SERIAL
if BSP_USING_UART
source "$BSP_DIR/third_party_driver/uart/Kconfig"
endif