2021-02-12 03:07:04 +08:00
|
|
|
# Bosch m_can configuration options
|
|
|
|
|
|
|
|
# Copyright (c) 2020 Alexander Wachter
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config CAN_MCAN
|
|
|
|
bool
|
|
|
|
select CAN_HAS_CANFD
|
2021-06-25 06:11:29 +08:00
|
|
|
select CAN_HAS_RX_TIMESTAMP
|
2021-02-12 03:07:04 +08:00
|
|
|
help
|
|
|
|
Enable Bosch m_can driver.
|
|
|
|
This driver supports the Bosch m_can IP. This IP is built into the
|
2021-12-29 09:45:28 +08:00
|
|
|
STM32G4, STM32G0, STM32H7, and the Microchip SAM controllers with
|
|
|
|
CAN-FD.
|
2021-02-12 03:07:04 +08:00
|
|
|
|
|
|
|
if CAN_MCAN
|
|
|
|
|
|
|
|
config CAN_DELAY_COMP
|
|
|
|
bool "Enable transceiver delay compensation"
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Enable the automatic transceiver delay compensation.
|
|
|
|
|
|
|
|
endif #CAN_MCAN
|