huanghe 50a4e8c662
[bsp][phytium]适配rt-thread5.0.0 版本 (#7441)
Co-authored-by: 朱耿宇 <zhugengyu@phytium.com.cn>
2023-05-11 10:25:21 +08:00

19 lines
333 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 || TARGET_TARDIGRADE
bool
prompt "Use CanFD"
default n
help
use canfd protocol
endif
endmenu