mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 20:16:54 +07:00
5443c226ba
Add the TCAN4x5x SPI CAN driver. This device uses the Bosch MCAN IP core along with a SPI interface map. Register to the MCAN common core code to manage the MCAN IP. This device has a special method to indicate a write/read operation on the data payload. Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
9 lines
231 B
Makefile
9 lines
231 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for the Bosch M_CAN controller driver.
|
|
#
|
|
|
|
obj-$(CONFIG_CAN_M_CAN) += m_can.o
|
|
obj-$(CONFIG_CAN_M_CAN_PLATFORM) += m_can_platform.o
|
|
obj-$(CONFIG_CAN_M_CAN_TCAN4X5X) += tcan4x5x.o
|