Files
xiuos/Ubiquitous/XiZi_IIoT/board/rt1062xb/third_party_driver/Kconfig
T

8 lines
191 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