rt-thread-stm32f072/board/Kconfig_can

10 lines
191 B
Plaintext

menuconfig BSP_USING_CAN
bool "Enable CAN"
select RT_USING_CAN
default y
if BSP_USING_CAN
config BSP_USING_CAN1
bool "Enable CAN1"
default y
endif