Merge tag 'arc-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux-2.6-microblaze.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         depends on CAN_DEV && SPI && HAS_DMA
8         ---help---
9           Driver for the Holt HI311x SPI CAN controllers.
10
11 config CAN_MCP251X
12         tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
13         depends on HAS_DMA
14         ---help---
15           Driver for the Microchip MCP251x and MCP25625 SPI CAN
16           controllers.
17
18 endmenu