Files
xiuos/Ubiquitous/XiZi_IIoT/board/stm32h750/third_party_driver/Kconfig
T
2025-06-30 21:39:15 +08:00

9 lines
161 B
Plaintext
Executable File

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