Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
menu "CAN SPI interfaces"
	depends on CONFIG_SPI

config CONFIG_CAN_HI311X
	tristate "Holt HI311x SPI CAN controllers"
	depends on CONFIG_CAN_DEV && CONFIG_SPI && CONFIG_HAS_DMA
	---help---
	  Driver for the Holt HI311x CONFIG_SPI CONFIG_CAN controllers.

config CONFIG_CAN_MCP251X
	tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
	depends on CONFIG_HAS_DMA
	---help---
	  Driver for the Microchip MCP251x and MCP25625 CONFIG_SPI CONFIG_CAN
	  controllers.

endmenu