brintos

brintos / linux-shallow public Read only

0
0
Text · 421 B · f454492 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menu "CAN SPI interfaces"3	depends on SPI4 5config CAN_HI311X6	tristate "Holt HI311x SPI CAN controllers"7	help8	  Driver for the Holt HI311x SPI CAN controllers.9 10config CAN_MCP251X11	tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"12	help13	  Driver for the Microchip MCP251x and MCP25625 SPI CAN14	  controllers.15 16source "drivers/net/can/spi/mcp251xfd/Kconfig"17 18endmenu19