39 lines
1.2 KiB
Text
39 lines
1.2 KiB
Text
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
menu "CAN SPI interfaces"
|
||
|
|
depends on SPI
|
||
|
|
|
||
|
|
config CAN_HI311X
|
||
|
|
tristate "Holt HI311x SPI CAN controllers"
|
||
|
|
help
|
||
|
|
Driver for the Holt HI311x SPI CAN controllers.
|
||
|
|
|
||
|
|
config CAN_MCP251X
|
||
|
|
tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
|
||
|
|
help
|
||
|
|
Driver for the Microchip MCP251x and MCP25625 SPI CAN
|
||
|
|
controllers.
|
||
|
|
|
||
|
|
source "drivers/net/can/spi/mcp251xfd/Kconfig"
|
||
|
|
|
||
|
|
config CAN_MCP25XXFD
|
||
|
|
tristate "Microchip MCP25xxFD SPI CAN controllers"
|
||
|
|
depends on HAS_DMA
|
||
|
|
help
|
||
|
|
The driver for the Microchip MCP25XXFD SPI FD-CAN
|
||
|
|
controller family.
|
||
|
|
Say yes here to build support for SPI to CAN devices
|
||
|
|
mcp25xxfd. To compilethis driver as a module, choose
|
||
|
|
M here: the module will be called mcp25xxfd.
|
||
|
|
|
||
|
|
config QTI_CAN
|
||
|
|
tristate "Unified driver for QTI CAN controllers"
|
||
|
|
depends on SPI
|
||
|
|
help
|
||
|
|
This adds unified driver for QTI CAN controllers on auto
|
||
|
|
Platform. This driver can support a few SPI controllers
|
||
|
|
being used on automotive paltform. This Driver is based
|
||
|
|
on Calypso MPC5746 MCU ans uses SPI bus for data access.
|
||
|
|
It support most CAN operations including version lookup,
|
||
|
|
firmware upgrade, CAN message filter, etc.
|
||
|
|
endmenu
|