ReonV/lib/gaisler/can/can_oc.in

8 lines
463 B
Text

bool 'Enable CAN interface ' CONFIG_CAN_ENABLE
if [ "$CONFIG_CAN_ENABLE" = "y" ]; then
hex 'CAN I/O area start address (haddr[19:8]) ' CONFIG_CANIO C00
int 'Interrupt number ' CONFIG_CANIRQ 13
bool 'Enable loop-back testing ' CONFIG_CANLOOP
bool 'Enable synchronous reset ' CONFIG_CAN_SYNCRST
bool 'Enable FT FIFO memory ' CONFIG_CAN_FT
fi