1# SPDX-License-Identifier: GPL-2.0-only 2menu "CAN SPI interfaces" 3 depends on SPI 4 5config 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. 10 11config CAN_MCP251X 12 tristate "Microchip MCP251x SPI CAN controllers" 13 depends on HAS_DMA 14 ---help--- 15 Driver for the Microchip MCP251x SPI CAN controllers. 16 17endmenu 18