Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "CAN SPI interfaces"
0003         depends on SPI
0004 
0005 config CAN_HI311X
0006         tristate "Holt HI311x SPI CAN controllers"
0007         help
0008           Driver for the Holt HI311x SPI CAN controllers.
0009 
0010 config CAN_MCP251X
0011         tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
0012         help
0013           Driver for the Microchip MCP251x and MCP25625 SPI CAN
0014           controllers.
0015 
0016 source "drivers/net/can/spi/mcp251xfd/Kconfig"
0017 
0018 endmenu