forked from xuos/xiuos
8 lines
163 B
Plaintext
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
|