xref: /linux/drivers/net/can/spi/Kconfig (revision 0da85d1e38b4c186d2248f0239b72d465f5b406c)
1menu "CAN SPI interfaces"
2	depends on SPI
3
4config CAN_MCP251X
5	tristate "Microchip MCP251x SPI CAN controllers"
6	depends on HAS_DMA
7	---help---
8	  Driver for the Microchip MCP251x SPI CAN controllers.
9
10endmenu
11