Files
xiuos/Ubiquitous/XiZi_IIoT/board/ch569w/third_party_driver/Kconfig
T
2025-04-07 18:18:51 +08:00

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