xiuos/Ubiquitous/XiZi_IIoT/board/nuvoton-m2354/third_party_driver/Kconfig

8 lines
187 B
Plaintext

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