brintos

brintos / linux-shallow public Read only

0
0
Text · 874 B · 1f0e9ac Raw
26 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig CAN_C_CAN3	tristate "Bosch C_CAN/D_CAN devices"4	depends on HAS_IOMEM5 6if CAN_C_CAN7 8config CAN_C_CAN_PLATFORM9	tristate "Generic Platform Bus based C_CAN/D_CAN driver"10	help11	  This driver adds support for the C_CAN/D_CAN chips connected12	  to the "platform bus" (Linux abstraction for directly to the13	  processor attached devices) which can be found on various14	  boards from ST Microelectronics (http://www.st.com) like the15	  SPEAr1310 and SPEAr320 evaluation boards & TI (www.ti.com)16	  boards like am335x, dm814x, dm813x and dm811x.17 18config CAN_C_CAN_PCI19	tristate "Generic PCI Bus based C_CAN/D_CAN driver"20	depends on PCI21	help22	  This driver adds support for the C_CAN/D_CAN chips connected23	  to the PCI bus. E.g. for the C_CAN controller IP inside the24	  Intel Atom E6xx series IOH (aka EG20T 'PCH CAN').25endif26