Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[cris-mirror.git] / drivers / net / can / spi / Kconfig
blob8f2e0dd7b7565769c768543e1097caff53d555ff
1 menu "CAN SPI interfaces"
2         depends on SPI
4 config CAN_HI311X
5         tristate "Holt HI311x SPI CAN controllers"
6         depends on CAN_DEV && SPI && HAS_DMA
7         ---help---
8           Driver for the Holt HI311x SPI CAN controllers.
10 config CAN_MCP251X
11         tristate "Microchip MCP251x SPI CAN controllers"
12         depends on HAS_DMA
13         ---help---
14           Driver for the Microchip MCP251x SPI CAN controllers.
16 endmenu