Merge tag 'for-linus-20190706' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / net / can / spi / Kconfig
blob1c50788055cb6fcc11225c882be4e4c41e8553eb
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "CAN SPI interfaces"
3         depends on SPI
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.
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.
18 endmenu