zhugengyu 1537544f6a
[bsp/phytium] add phytium bsp to support e2000 bootup with smp (#6566)
add phytium board (E2000) bsp
support usart
support SMP with demo
2022-11-10 09:22:48 -05:00

19 lines
312 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