GNU Linux-libre 5.10.153-gnu1
[releases.git] / drivers / net / can / spi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "CAN SPI interfaces"
3         depends on SPI
4
5 config CAN_HI311X
6         tristate "Holt HI311x SPI CAN controllers"
7         help
8           Driver for the Holt HI311x SPI CAN controllers.
9
10 config CAN_MCP251X
11         tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
12         help
13           Driver for the Microchip MCP251x and MCP25625 SPI CAN
14           controllers.
15
16 source "drivers/net/can/spi/mcp251xfd/Kconfig"
17
18 endmenu