4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-25 16:37:06 +08:00

19 lines
304 B
Plaintext
Raw Normal View History

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
2023-01-08 21:14:23 -05:00
endmenu