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" |
| 9 | depends on ISA |
| 10 | ---help--- |
| 11 | This driver adds legacy support for SJA1000 chips connected to |
| 12 | the ISA bus using I/O port, memory mapped or indirect access. |
| 13 | |
| 14 | config CAN_SJA1000_PLATFORM |
| 15 | tristate "Generic Platform Bus based SJA1000 driver" |
| 16 | ---help--- |
| 17 | This driver adds support for the SJA1000 chips connected to |
| 18 | the "platform bus" (Linux abstraction for directly to the |
| 19 | processor attached devices). Which can be found on various |
| 20 | boards from Phytec (http://www.phytec.de) like the PCM027, |
| 21 | PCM038. |
| 22 | |
| 23 | config CAN_SJA1000_OF_PLATFORM |
| 24 | tristate "Generic OF Platform Bus based SJA1000 driver" |
| 25 | depends on PPC_OF |
| 26 | ---help--- |
| 27 | This driver adds support for the SJA1000 chips connected to |
| 28 | the OpenFirmware "platform bus" found on embedded systems with |
| 29 | OpenFirmware bindings, e.g. if you have a PowerPC based system |
| 30 | you may want to enable this option. |
| 31 | |
Oliver Hartkopp | fd734c6 | 2011-09-23 06:59:48 +0000 | [diff] [blame] | 32 | config CAN_EMS_PCMCIA |
| 33 | tristate "EMS CPC-CARD Card" |
| 34 | depends on PCMCIA |
| 35 | ---help--- |
| 36 | This driver is for the one or two channel CPC-CARD cards from |
| 37 | EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). |
| 38 | |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 39 | config CAN_EMS_PCI |
| 40 | tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" |
| 41 | depends on PCI |
| 42 | ---help--- |
| 43 | This driver is for the one, two or four channel CPC-PCI, |
| 44 | CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche |
| 45 | (http://www.ems-wuensche.de). |
| 46 | |
Wolfgang Grandegger | 3803451 | 2011-09-12 21:16:06 +0000 | [diff] [blame] | 47 | config CAN_PEAK_PCI |
| 48 | tristate "PEAK PCAN PCI/PCIe Cards" |
| 49 | depends on PCI |
| 50 | ---help--- |
| 51 | This driver is for the PCAN PCI/PCIe cards (1, 2, 3 or 4 channels) |
| 52 | from PEAK Systems (http://www.peak-system.com). |
| 53 | |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 54 | config CAN_KVASER_PCI |
| 55 | tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" |
| 56 | depends on PCI |
| 57 | ---help--- |
| 58 | This driver is for the the PCIcanx and PCIcan cards (1, 2 or |
| 59 | 4 channel) from Kvaser (http://www.kvaser.com). |
| 60 | |
Pavel Cheblakov | 24c4a3b | 2010-02-01 09:42:44 +0000 | [diff] [blame] | 61 | config CAN_PLX_PCI |
| 62 | tristate "PLX90xx PCI-bridge based Cards" |
| 63 | depends on PCI |
| 64 | ---help--- |
| 65 | This driver is for CAN interface cards based on |
| 66 | the PLX90xx PCI bridge. |
| 67 | Driver supports now: |
| 68 | - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/) |
| 69 | - Adlink PCI-7841/cPCI-7841 SE card |
Matthias Fuchs | 82e3817 | 2010-04-07 01:09:56 +0000 | [diff] [blame] | 70 | - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/) |
| 71 | - esd CAN-PCI/PMC/266 |
| 72 | - esd CAN-PCIe/2000 |
Pavel Cheblakov | 24c4a3b | 2010-02-01 09:42:44 +0000 | [diff] [blame] | 73 | - Marathon CAN-bus-PCI card (http://www.marathon.ru/) |
| 74 | - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/) |
Andre B. Oliveira | 2d3359f | 2010-10-18 21:47:27 +0000 | [diff] [blame] | 75 | |
| 76 | config CAN_TSCAN1 |
| 77 | tristate "TS-CAN1 PC104 boards" |
| 78 | depends on ISA |
| 79 | help |
| 80 | This driver is for Technologic Systems' TSCAN-1 PC104 boards. |
| 81 | http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1 |
| 82 | The driver supports multiple boards and automatically configures them: |
| 83 | PLD IO base addresses are read from jumpers JP1 and JP2, |
| 84 | IRQ numbers are read from jumpers JP4 and JP5, |
| 85 | SJA1000 IO base addresses are chosen heuristically (first that works). |
| 86 | |
Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 87 | endif |