ec75dc2232
Remove broken support for Transmitter Delay Compensation from the Bosch M_CAN backend driver. Even if this was enabled via Kconfig, the TDC bit in the DBTP register set during driver initialization is overwritten in can_mcan_set_timing_data(), turning TDC off. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
# Bosch M_CAN configuration options
|
|
|
|
# Copyright (c) 2020 Alexander Wachter
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CAN_MCAN
|
|
bool
|
|
help
|
|
Enable the Bosch M_CAN CAN IP module driver backend.
|