mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 14:58:53 +07:00
35b7fa4d07
Fully compatible with mcp2515, the mcp25625 have integrated transceiver. This patch adds support for the mcp25625 to the existing mcp251x driver. Signed-off-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menu "CAN SPI interfaces"
|
|
depends on SPI
|
|
|
|
config CAN_HI311X
|
|
tristate "Holt HI311x SPI CAN controllers"
|
|
depends on CAN_DEV && SPI && HAS_DMA
|
|
---help---
|
|
Driver for the Holt HI311x SPI CAN controllers.
|
|
|
|
config CAN_MCP251X
|
|
tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
|
|
depends on HAS_DMA
|
|
---help---
|
|
Driver for the Microchip MCP251x and MCP25625 SPI CAN
|
|
controllers.
|
|
|
|
endmenu
|