diff options
Diffstat (limited to 'drivers/net/can/spi/Kconfig')
-rw-r--r-- | drivers/net/can/spi/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/net/can/spi/Kconfig b/drivers/net/can/spi/Kconfig new file mode 100644 index 000000000..792e9c6c4 --- /dev/null +++ b/drivers/net/can/spi/Kconfig @@ -0,0 +1,17 @@ +menu "CAN SPI interfaces" + depends on SPI + +config CAN_HI311X + tristate "Holt HI311x SPI CAN controllers" + depends on CAN_DEV && SPI && HAS_DMA + ---help--- + Driver for the Holt HI311x SPI CAN controllers. + +config CAN_MCP251X + tristate "Microchip MCP251x and MCP25625 SPI CAN controllers" + depends on HAS_DMA + ---help--- + Driver for the Microchip MCP251x and MCP25625 SPI CAN + controllers. + +endmenu |