xref: /linux/drivers/net/can/spi/Kconfig (revision 842b6b16f5178c66da0959a935dafa80a979b745)
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