blob: 36e9d594069dba65e91c6b51733280db257d7fb6 [file] [log] [blame]
Oliver Hartkoppb93cf3f2009-11-12 01:35:01 +00001menuconfig CAN_SJA1000
2 tristate "Philips/NXP SJA1000 devices"
3 depends on CAN_DEV && HAS_IOMEM
4
5if CAN_SJA1000
6
7config CAN_SJA1000_ISA
8 tristate "ISA Bus based legacy SJA1000 driver"
Oliver Hartkoppb93cf3f2009-11-12 01:35:01 +00009 ---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
13config 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
22config 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 Hartkoppfd734c62011-09-23 06:59:48 +000031config 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 Hartkoppb93cf3f2009-11-12 01:35:01 +000038config 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
Wolfgang Grandegger38034512011-09-12 21:16:06 +000046config CAN_PEAK_PCI
47 tristate "PEAK PCAN PCI/PCIe Cards"
48 depends on PCI
49 ---help---
50 This driver is for the PCAN PCI/PCIe cards (1, 2, 3 or 4 channels)
51 from PEAK Systems (http://www.peak-system.com).
52
Oliver Hartkoppb93cf3f2009-11-12 01:35:01 +000053config CAN_KVASER_PCI
54 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
55 depends on PCI
56 ---help---
57 This driver is for the the PCIcanx and PCIcan cards (1, 2 or
58 4 channel) from Kvaser (http://www.kvaser.com).
59
Pavel Cheblakov24c4a3b2010-02-01 09:42:44 +000060config CAN_PLX_PCI
61 tristate "PLX90xx PCI-bridge based Cards"
62 depends on PCI
63 ---help---
64 This driver is for CAN interface cards based on
65 the PLX90xx PCI bridge.
66 Driver supports now:
67 - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
68 - Adlink PCI-7841/cPCI-7841 SE card
Matthias Fuchs82e38172010-04-07 01:09:56 +000069 - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
70 - esd CAN-PCI/PMC/266
71 - esd CAN-PCIe/2000
Pavel Cheblakov24c4a3b2010-02-01 09:42:44 +000072 - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
73 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
Andre B. Oliveira2d3359f2010-10-18 21:47:27 +000074
75config CAN_TSCAN1
76 tristate "TS-CAN1 PC104 boards"
77 depends on ISA
78 help
79 This driver is for Technologic Systems' TSCAN-1 PC104 boards.
80 http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
81 The driver supports multiple boards and automatically configures them:
82 PLD IO base addresses are read from jumpers JP1 and JP2,
83 IRQ numbers are read from jumpers JP4 and JP5,
84 SJA1000 IO base addresses are chosen heuristically (first that works).
85
Oliver Hartkoppb93cf3f2009-11-12 01:35:01 +000086endif