xiuos/Ubiquitous/XiUOS/board/ok1052-c/third_party_driver/Kconfig

8 lines
163 B
Plaintext

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