brintos

brintos / linux-shallow public Read only

0
0
Text · 3.8 KiB · 2f516cc Raw
118 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3menuconfig CAN_SJA10004	tristate "Philips/NXP SJA1000 devices"5	depends on HAS_IOMEM6 7if CAN_SJA10008 9config CAN_EMS_PCI10	tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"11	depends on PCI12	help13	  This driver is for the one, two or four channel CPC-PCI,14	  CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche15	  (http://www.ems-wuensche.de).16 17config CAN_EMS_PCMCIA18	tristate "EMS CPC-CARD Card"19	depends on PCMCIA20	help21	  This driver is for the one or two channel CPC-CARD cards from22	  EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).23 24config CAN_F8160125	tristate "Fintek F81601 PCIE to 2 CAN Controller"26	depends on PCI27	help28	  This driver adds support for Fintek F81601 PCIE to 2 CAN29	  Controller. It had internal 24MHz clock source, but it can30	  be changed by manufacturer. Use modinfo to get usage for31	  parameters. Visit http://www.fintek.com.tw to get more32	  information.33 34config CAN_KVASER_PCI35	tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"36	depends on PCI37	help38	  This driver is for the PCIcanx and PCIcan cards (1, 2 or39	  4 channel) from Kvaser (http://www.kvaser.com).40 41config CAN_PEAK_PCI42	tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"43	depends on PCI44	help45	  This driver is for the PCAN-PCI/PCIe/miniPCI cards46	  (1, 2, 3 or 4 channels) from PEAK-System Technik47	  (http://www.peak-system.com).48 49config CAN_PEAK_PCIEC50	bool "PEAK PCAN-ExpressCard Cards"51	depends on CAN_PEAK_PCI52	select I2C53	select I2C_ALGOBIT54	default y55	help56	  Say Y here if you want to use a PCAN-ExpressCard from PEAK-System57	  Technik. This will also automatically select I2C and I2C_ALGO58	  configuration options.59 60config CAN_PEAK_PCMCIA61	tristate "PEAK PCAN-PC Card"62	depends on PCMCIA63	depends on HAS_IOPORT_MAP64	help65	  This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)66	  from PEAK-System (http://www.peak-system.com). To compile this67	  driver as a module, choose M here: the module will be called68	  peak_pcmcia.69 70config CAN_PLX_PCI71	tristate "PLX90xx PCI-bridge based Cards"72	depends on PCI73	help74	  This driver is for CAN interface cards based on75	  the PLX90xx PCI bridge.76	  Driver supports now:77	   - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)78	   - Adlink PCI-7841/cPCI-7841 SE card79	   - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)80	   - esd CAN-PCI/PMC/26681	   - esd CAN-PCIe/200082	   - Marathon CAN-bus-PCI card (http://www.marathon.ru/)83	   - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)84	   - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)85	   - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)86	   - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)87 88config CAN_SJA1000_ISA89	tristate "ISA Bus based legacy SJA1000 driver"90	depends on HAS_IOPORT91	help92	  This driver adds legacy support for SJA1000 chips connected to93	  the ISA bus using I/O port, memory mapped or indirect access.94 95config CAN_SJA1000_PLATFORM96	tristate "Generic Platform Bus based SJA1000 driver"97	help98	  This driver adds support for the SJA1000 chips connected to99	  the "platform bus" (Linux abstraction for directly to the100	  processor attached devices).  Which can be found on various101	  boards from Phytec (http://www.phytec.de) like the PCM027,102	  PCM038. It also provides the OpenFirmware "platform bus" found103	  on embedded systems with OpenFirmware bindings, e.g. if you104	  have a PowerPC based system you may want to enable this option.105 106config CAN_TSCAN1107	tristate "TS-CAN1 PC104 boards"108	depends on ISA109	help110	  This driver is for Technologic Systems' TSCAN-1 PC104 boards.111	  https://www.embeddedts.com/products/TS-CAN1112	  The driver supports multiple boards and automatically configures them:113	  PLD IO base addresses are read from jumpers JP1 and JP2,114	  IRQ numbers are read from jumpers JP4 and JP5,115	  SJA1000 IO base addresses are chosen heuristically (first that works).116 117endif118