2022-11-10 22:22:48 +08:00
|
|
|
|
|
|
|
menu "CAN Configuration"
|
|
|
|
config USE_FCAN
|
|
|
|
bool
|
|
|
|
prompt "Use FCAN"
|
|
|
|
default n
|
|
|
|
if USE_FCAN
|
|
|
|
config FCAN_USE_CANFD
|
2023-05-11 10:25:21 +08:00
|
|
|
depends on TARGET_E2000 || TARGET_TARDIGRADE
|
2022-11-10 22:22:48 +08:00
|
|
|
bool
|
|
|
|
prompt "Use CanFD"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
use canfd protocol
|
|
|
|
endif
|
2023-05-11 10:25:21 +08:00
|
|
|
|
2022-11-10 22:22:48 +08:00
|
|
|
endmenu
|
|
|
|
|