forked from xuos/xiuos
13 lines
247 B
Plaintext
13 lines
247 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
|
|
|
|
menuconfig BSP_USING_LWIP
|
|
bool "Using LwIP device"
|
|
default n
|
|
select RESOURCES_LWIP
|