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