1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2b93cf3f0SOliver Hartkoppmenuconfig CAN_SJA1000 3b93cf3f0SOliver Hartkopp tristate "Philips/NXP SJA1000 devices" 46586c5d7SMarc Kleine-Budde depends on HAS_IOMEM 5b93cf3f0SOliver Hartkopp 6b93cf3f0SOliver Hartkoppif CAN_SJA1000 7b93cf3f0SOliver Hartkopp 8b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_ISA 9b93cf3f0SOliver Hartkopp tristate "ISA Bus based legacy SJA1000 driver" 10b93cf3f0SOliver Hartkopp ---help--- 11b93cf3f0SOliver Hartkopp This driver adds legacy support for SJA1000 chips connected to 12b93cf3f0SOliver Hartkopp the ISA bus using I/O port, memory mapped or indirect access. 13b93cf3f0SOliver Hartkopp 14b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_PLATFORM 15b93cf3f0SOliver Hartkopp tristate "Generic Platform Bus based SJA1000 driver" 16b93cf3f0SOliver Hartkopp ---help--- 17b93cf3f0SOliver Hartkopp This driver adds support for the SJA1000 chips connected to 18b93cf3f0SOliver Hartkopp the "platform bus" (Linux abstraction for directly to the 19b93cf3f0SOliver Hartkopp processor attached devices). Which can be found on various 20b93cf3f0SOliver Hartkopp boards from Phytec (http://www.phytec.de) like the PCM027, 2102729c3dSFlorian Vaussard PCM038. It also provides the OpenFirmware "platform bus" found 2202729c3dSFlorian Vaussard on embedded systems with OpenFirmware bindings, e.g. if you 2302729c3dSFlorian Vaussard have a PowerPC based system you may want to enable this option. 24b93cf3f0SOliver Hartkopp 25fd734c6fSOliver Hartkoppconfig CAN_EMS_PCMCIA 26fd734c6fSOliver Hartkopp tristate "EMS CPC-CARD Card" 27fd734c6fSOliver Hartkopp depends on PCMCIA 28fd734c6fSOliver Hartkopp ---help--- 29fd734c6fSOliver Hartkopp This driver is for the one or two channel CPC-CARD cards from 30fd734c6fSOliver Hartkopp EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 31fd734c6fSOliver Hartkopp 32b93cf3f0SOliver Hartkoppconfig CAN_EMS_PCI 33b93cf3f0SOliver Hartkopp tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" 34b93cf3f0SOliver Hartkopp depends on PCI 35b93cf3f0SOliver Hartkopp ---help--- 36b93cf3f0SOliver Hartkopp This driver is for the one, two or four channel CPC-PCI, 37b93cf3f0SOliver Hartkopp CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 38b93cf3f0SOliver Hartkopp (http://www.ems-wuensche.de). 39b93cf3f0SOliver Hartkopp 402b61972bSStephane Grosjeanconfig CAN_PEAK_PCMCIA 412b61972bSStephane Grosjean tristate "PEAK PCAN-PC Card" 422b61972bSStephane Grosjean depends on PCMCIA 43ce816fa8SUwe Kleine-König depends on HAS_IOPORT_MAP 442b61972bSStephane Grosjean ---help--- 452b61972bSStephane Grosjean This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels) 462b61972bSStephane Grosjean from PEAK-System (http://www.peak-system.com). To compile this 472b61972bSStephane Grosjean driver as a module, choose M here: the module will be called 482b61972bSStephane Grosjean peak_pcmcia. 492b61972bSStephane Grosjean 5038034518SWolfgang Grandeggerconfig CAN_PEAK_PCI 51e6d9c80bSStephane Grosjean tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards" 5238034518SWolfgang Grandegger depends on PCI 5338034518SWolfgang Grandegger ---help--- 54e6d9c80bSStephane Grosjean This driver is for the PCAN-PCI/PCIe/miniPCI cards 55e6d9c80bSStephane Grosjean (1, 2, 3 or 4 channels) from PEAK-System Technik 56e6d9c80bSStephane Grosjean (http://www.peak-system.com). 57e6d9c80bSStephane Grosjean 58e6d9c80bSStephane Grosjeanconfig CAN_PEAK_PCIEC 59e6d9c80bSStephane Grosjean bool "PEAK PCAN-ExpressCard Cards" 60e6d9c80bSStephane Grosjean depends on CAN_PEAK_PCI 61e6d9c80bSStephane Grosjean select I2C 62e6d9c80bSStephane Grosjean select I2C_ALGOBIT 63e6d9c80bSStephane Grosjean default y 64e6d9c80bSStephane Grosjean ---help--- 65e6d9c80bSStephane Grosjean Say Y here if you want to use a PCAN-ExpressCard from PEAK-System 66e6d9c80bSStephane Grosjean Technik. This will also automatically select I2C and I2C_ALGO 67e6d9c80bSStephane Grosjean configuration options. 6838034518SWolfgang Grandegger 69b93cf3f0SOliver Hartkoppconfig CAN_KVASER_PCI 70b93cf3f0SOliver Hartkopp tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 71b93cf3f0SOliver Hartkopp depends on PCI 72b93cf3f0SOliver Hartkopp ---help--- 7359bf8964SMasanari Iida This driver is for the PCIcanx and PCIcan cards (1, 2 or 74b93cf3f0SOliver Hartkopp 4 channel) from Kvaser (http://www.kvaser.com). 75b93cf3f0SOliver Hartkopp 7624c4a3b2SPavel Cheblakovconfig CAN_PLX_PCI 7724c4a3b2SPavel Cheblakov tristate "PLX90xx PCI-bridge based Cards" 7824c4a3b2SPavel Cheblakov depends on PCI 7924c4a3b2SPavel Cheblakov ---help--- 8024c4a3b2SPavel Cheblakov This driver is for CAN interface cards based on 8124c4a3b2SPavel Cheblakov the PLX90xx PCI bridge. 8224c4a3b2SPavel Cheblakov Driver supports now: 8324c4a3b2SPavel Cheblakov - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/) 8424c4a3b2SPavel Cheblakov - Adlink PCI-7841/cPCI-7841 SE card 8582e38177SMatthias Fuchs - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/) 8682e38177SMatthias Fuchs - esd CAN-PCI/PMC/266 8782e38177SMatthias Fuchs - esd CAN-PCIe/2000 8824c4a3b2SPavel Cheblakov - Marathon CAN-bus-PCI card (http://www.marathon.ru/) 8924c4a3b2SPavel Cheblakov - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/) 90e08534b5SJames Kime - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/) 91e4bc6c06SMuhammad Ghias - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com) 9206a3f31aSFlavio Suligoi - ASEM CAN raw - 2 isolated CAN channels (www.asem.it) 932d3359f8SAndre B. Oliveira 942d3359f8SAndre B. Oliveiraconfig CAN_TSCAN1 952d3359f8SAndre B. Oliveira tristate "TS-CAN1 PC104 boards" 962d3359f8SAndre B. Oliveira depends on ISA 972d3359f8SAndre B. Oliveira help 982d3359f8SAndre B. Oliveira This driver is for Technologic Systems' TSCAN-1 PC104 boards. 992d3359f8SAndre B. Oliveira http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1 1002d3359f8SAndre B. Oliveira The driver supports multiple boards and automatically configures them: 1012d3359f8SAndre B. Oliveira PLD IO base addresses are read from jumpers JP1 and JP2, 1022d3359f8SAndre B. Oliveira IRQ numbers are read from jumpers JP4 and JP5, 1032d3359f8SAndre B. Oliveira SJA1000 IO base addresses are chosen heuristically (first that works). 1042d3359f8SAndre B. Oliveira 105b93cf3f0SOliver Hartkoppendif 106