Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19 18 lines 421 B view raw
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 help 8 Driver for the Holt HI311x SPI CAN controllers. 9 10config CAN_MCP251X 11 tristate "Microchip MCP251x and MCP25625 SPI CAN controllers" 12 help 13 Driver for the Microchip MCP251x and MCP25625 SPI CAN 14 controllers. 15 16source "drivers/net/can/spi/mcp251xfd/Kconfig" 17 18endmenu