brintos

brintos / linux-shallow public Read only

0
0
Text · 1.0 KiB · fc2afab Raw
36 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig CAN_M_CAN3	tristate "Bosch M_CAN support"4	select CAN_RX_OFFLOAD5	help6	  Say Y here if you want support for Bosch M_CAN controller framework.7	  This is common support for devices that embed the Bosch M_CAN IP.8 9if CAN_M_CAN10 11config CAN_M_CAN_PCI12	tristate "Generic PCI Bus based M_CAN driver"13	depends on PCI14	help15	  Say Y here if you want to support Bosch M_CAN controller connected16	  to the pci bus.17 18config CAN_M_CAN_PLATFORM19	tristate "Bosch M_CAN support for io-mapped devices"20	depends on HAS_IOMEM21	help22	  Say Y here if you want support for IO Mapped Bosch M_CAN controller.23	  This support is for devices that have the Bosch M_CAN controller24	  IP embedded into the device and the IP is IO Mapped to the processor.25 26config CAN_M_CAN_TCAN4X5X27	depends on SPI28	select REGMAP_SPI29	tristate "TCAN4X5X M_CAN device"30	help31	  Say Y here if you want support for Texas Instruments TCAN4x5x32	  M_CAN controller.  This device is a peripheral device that uses the33	  SPI bus for communication.34 35endif36