Files
xiuos/Ubiquitous/XiZi_IIoT/board/ch32v307vct6/third_party_driver/Kconfig
2023-12-13 19:30:37 +08:00

22 lines
441 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/uart/Kconfig"
endif
menuconfig BSP_USING_GPIO
bool "Using GPIO"
default y
select RESOURCES_SERIAL
if BSP_USING_GPIO
source "$BSP_DIR/third_party_driver/gpio/Kconfig"
endif
menuconfig BSP_USING_ETH
bool "Using Ethernet"
default y