4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-25 13:27:06 +08:00
2023-01-08 22:52:13 -05:00

19 lines
304 B
Plaintext

menu "CAN Configuration"
config USE_FCAN
bool
prompt "Use FCAN"
default n
if USE_FCAN
config FCAN_USE_CANFD
depends on TARGET_E2000
bool
prompt "Use CanFD"
default n
help
use canfd protocol
endif
endmenu