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

config CAN_HI311X
	tristate "Holt HI311x SPI CAN controllers"
	depends on CAN_DEV && SPI && HAS_DMA
	---help---
	  Driver for the Holt HI311x SPI CAN controllers.

config CAN_MCP251X
	tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
	depends on HAS_DMA
	---help---
	  Driver for the Microchip MCP251x and MCP25625 SPI CAN
	  controllers.

config QTI_CAN
	tristate "Unified driver for QTI CAN controllers"
	depends on SPI
	help
	  This adds unified driver for QTI CAN controllers on auto
	  Platform. This driver can support a few SPI controllers
	  being used on automotive paltform. This Driver is based
	  on Calypso MPC5746 MCU ans uses SPI bus for data access.
	  It support most CAN operations including version lookup,
	  firmware upgrade, CAN message filter, etc.
endmenu
