Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 1 | menuconfig CAN_SJA1000 |
| 2 | tristate "Philips/NXP SJA1000 devices" |
| 3 | depends on CAN_DEV && HAS_IOMEM |
| 4 | |
| 5 | if CAN_SJA1000 |
| 6 | |
| 7 | config CAN_SJA1000_ISA |
| 8 | tristate "ISA Bus based legacy SJA1000 driver" |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 9 | ---help--- |
| 10 | This driver adds legacy support for SJA1000 chips connected to |
| 11 | the ISA bus using I/O port, memory mapped or indirect access. |
| 12 | |
| 13 | config CAN_SJA1000_PLATFORM |
| 14 | tristate "Generic Platform Bus based SJA1000 driver" |
| 15 | ---help--- |
| 16 | This driver adds support for the SJA1000 chips connected to |
| 17 | the "platform bus" (Linux abstraction for directly to the |
| 18 | processor attached devices). Which can be found on various |
| 19 | boards from Phytec (http://www.phytec.de) like the PCM027, |
| 20 | PCM038. |
| 21 | |
| 22 | config CAN_SJA1000_OF_PLATFORM |
| 23 | tristate "Generic OF Platform Bus based SJA1000 driver" |
| 24 | depends on PPC_OF |
| 25 | ---help--- |
| 26 | This driver adds support for the SJA1000 chips connected to |
| 27 | the OpenFirmware "platform bus" found on embedded systems with |
| 28 | OpenFirmware bindings, e.g. if you have a PowerPC based system |
| 29 | you may want to enable this option. |
| 30 | |
Oliver Hartkopp | fd734c6 | 2011-09-23 06:59:48 +0000 | [diff] [blame] | 31 | config CAN_EMS_PCMCIA |
| 32 | tristate "EMS CPC-CARD Card" |
| 33 | depends on PCMCIA |
| 34 | ---help--- |
| 35 | This driver is for the one or two channel CPC-CARD cards from |
| 36 | EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). |
| 37 | |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 38 | config CAN_EMS_PCI |
| 39 | tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" |
| 40 | depends on PCI |
| 41 | ---help--- |
| 42 | This driver is for the one, two or four channel CPC-PCI, |
| 43 | CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche |
| 44 | (http://www.ems-wuensche.de). |
| 45 | |
Stephane Grosjean | 2b61972 | 2012-03-02 16:21:20 +0100 | [diff] [blame] | 46 | config CAN_PEAK_PCMCIA |
| 47 | tristate "PEAK PCAN-PC Card" |
| 48 | depends on PCMCIA |
| 49 | ---help--- |
| 50 | This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels) |
| 51 | from PEAK-System (http://www.peak-system.com). To compile this |
| 52 | driver as a module, choose M here: the module will be called |
| 53 | peak_pcmcia. |
| 54 | |
Wolfgang Grandegger | 3803451 | 2011-09-12 21:16:06 +0000 | [diff] [blame] | 55 | config CAN_PEAK_PCI |
Stephane Grosjean | e6d9c80 | 2012-03-02 16:21:19 +0100 | [diff] [blame] | 56 | tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards" |
Wolfgang Grandegger | 3803451 | 2011-09-12 21:16:06 +0000 | [diff] [blame] | 57 | depends on PCI |
| 58 | ---help--- |
Stephane Grosjean | e6d9c80 | 2012-03-02 16:21:19 +0100 | [diff] [blame] | 59 | This driver is for the PCAN-PCI/PCIe/miniPCI cards |
| 60 | (1, 2, 3 or 4 channels) from PEAK-System Technik |
| 61 | (http://www.peak-system.com). |
| 62 | |
| 63 | config CAN_PEAK_PCIEC |
| 64 | bool "PEAK PCAN-ExpressCard Cards" |
| 65 | depends on CAN_PEAK_PCI |
| 66 | select I2C |
| 67 | select I2C_ALGOBIT |
| 68 | default y |
| 69 | ---help--- |
| 70 | Say Y here if you want to use a PCAN-ExpressCard from PEAK-System |
| 71 | Technik. This will also automatically select I2C and I2C_ALGO |
| 72 | configuration options. |
Wolfgang Grandegger | 3803451 | 2011-09-12 21:16:06 +0000 | [diff] [blame] | 73 | |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 74 | config CAN_KVASER_PCI |
| 75 | tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" |
| 76 | depends on PCI |
| 77 | ---help--- |
| 78 | This driver is for the the PCIcanx and PCIcan cards (1, 2 or |
| 79 | 4 channel) from Kvaser (http://www.kvaser.com). |
| 80 | |
Pavel Cheblakov | 24c4a3b | 2010-02-01 09:42:44 +0000 | [diff] [blame] | 81 | config CAN_PLX_PCI |
| 82 | tristate "PLX90xx PCI-bridge based Cards" |
| 83 | depends on PCI |
| 84 | ---help--- |
| 85 | This driver is for CAN interface cards based on |
| 86 | the PLX90xx PCI bridge. |
| 87 | Driver supports now: |
| 88 | - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/) |
| 89 | - Adlink PCI-7841/cPCI-7841 SE card |
Matthias Fuchs | 82e3817 | 2010-04-07 01:09:56 +0000 | [diff] [blame] | 90 | - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/) |
| 91 | - esd CAN-PCI/PMC/266 |
| 92 | - esd CAN-PCIe/2000 |
Pavel Cheblakov | 24c4a3b | 2010-02-01 09:42:44 +0000 | [diff] [blame] | 93 | - Marathon CAN-bus-PCI card (http://www.marathon.ru/) |
| 94 | - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/) |
James Kime | e08534b | 2011-12-12 13:45:58 +0100 | [diff] [blame] | 95 | - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/) |
Andre B. Oliveira | 2d3359f | 2010-10-18 21:47:27 +0000 | [diff] [blame] | 96 | |
| 97 | config CAN_TSCAN1 |
| 98 | tristate "TS-CAN1 PC104 boards" |
| 99 | depends on ISA |
| 100 | help |
| 101 | This driver is for Technologic Systems' TSCAN-1 PC104 boards. |
| 102 | http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1 |
| 103 | The driver supports multiple boards and automatically configures them: |
| 104 | PLD IO base addresses are read from jumpers JP1 and JP2, |
| 105 | IRQ numbers are read from jumpers JP4 and JP5, |
| 106 | SJA1000 IO base addresses are chosen heuristically (first that works). |
| 107 | |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 108 | endif |