xref: /openbmc/linux/drivers/net/can/sja1000/Kconfig (revision e08534b5)
1b93cf3f0SOliver Hartkoppmenuconfig CAN_SJA1000
2b93cf3f0SOliver Hartkopp	tristate "Philips/NXP SJA1000 devices"
3b93cf3f0SOliver Hartkopp	depends on CAN_DEV && HAS_IOMEM
4b93cf3f0SOliver Hartkopp
5b93cf3f0SOliver Hartkoppif CAN_SJA1000
6b93cf3f0SOliver Hartkopp
7b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_ISA
8b93cf3f0SOliver Hartkopp	tristate "ISA Bus based legacy SJA1000 driver"
9b93cf3f0SOliver Hartkopp	---help---
10b93cf3f0SOliver Hartkopp	  This driver adds legacy support for SJA1000 chips connected to
11b93cf3f0SOliver Hartkopp	  the ISA bus using I/O port, memory mapped or indirect access.
12b93cf3f0SOliver Hartkopp
13b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_PLATFORM
14b93cf3f0SOliver Hartkopp	tristate "Generic Platform Bus based SJA1000 driver"
15b93cf3f0SOliver Hartkopp	---help---
16b93cf3f0SOliver Hartkopp	  This driver adds support for the SJA1000 chips connected to
17b93cf3f0SOliver Hartkopp	  the "platform bus" (Linux abstraction for directly to the
18b93cf3f0SOliver Hartkopp	  processor attached devices).  Which can be found on various
19b93cf3f0SOliver Hartkopp	  boards from Phytec (http://www.phytec.de) like the PCM027,
20b93cf3f0SOliver Hartkopp	  PCM038.
21b93cf3f0SOliver Hartkopp
22b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_OF_PLATFORM
23b93cf3f0SOliver Hartkopp	tristate "Generic OF Platform Bus based SJA1000 driver"
24b93cf3f0SOliver Hartkopp	depends on PPC_OF
25b93cf3f0SOliver Hartkopp	---help---
26b93cf3f0SOliver Hartkopp	  This driver adds support for the SJA1000 chips connected to
27b93cf3f0SOliver Hartkopp	  the OpenFirmware "platform bus" found on embedded systems with
28b93cf3f0SOliver Hartkopp	  OpenFirmware bindings, e.g. if you have a PowerPC based system
29b93cf3f0SOliver Hartkopp	  you may want to enable this option.
30b93cf3f0SOliver Hartkopp
31fd734c6fSOliver Hartkoppconfig CAN_EMS_PCMCIA
32fd734c6fSOliver Hartkopp	tristate "EMS CPC-CARD Card"
33fd734c6fSOliver Hartkopp	depends on PCMCIA
34fd734c6fSOliver Hartkopp	---help---
35fd734c6fSOliver Hartkopp	  This driver is for the one or two channel CPC-CARD cards from
36fd734c6fSOliver Hartkopp	  EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
37fd734c6fSOliver Hartkopp
38b93cf3f0SOliver Hartkoppconfig CAN_EMS_PCI
39b93cf3f0SOliver Hartkopp	tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
40b93cf3f0SOliver Hartkopp	depends on PCI
41b93cf3f0SOliver Hartkopp	---help---
42b93cf3f0SOliver Hartkopp	  This driver is for the one, two or four channel CPC-PCI,
43b93cf3f0SOliver Hartkopp	  CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
44b93cf3f0SOliver Hartkopp	  (http://www.ems-wuensche.de).
45b93cf3f0SOliver Hartkopp
4638034518SWolfgang Grandeggerconfig CAN_PEAK_PCI
4738034518SWolfgang Grandegger	tristate "PEAK PCAN PCI/PCIe Cards"
4838034518SWolfgang Grandegger	depends on PCI
4938034518SWolfgang Grandegger	---help---
5038034518SWolfgang Grandegger	  This driver is for the PCAN PCI/PCIe cards (1, 2, 3 or 4 channels)
5138034518SWolfgang Grandegger	  from PEAK Systems (http://www.peak-system.com).
5238034518SWolfgang Grandegger
53b93cf3f0SOliver Hartkoppconfig CAN_KVASER_PCI
54b93cf3f0SOliver Hartkopp	tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
55b93cf3f0SOliver Hartkopp	depends on PCI
56b93cf3f0SOliver Hartkopp	---help---
57b93cf3f0SOliver Hartkopp	  This driver is for the the PCIcanx and PCIcan cards (1, 2 or
58b93cf3f0SOliver Hartkopp	  4 channel) from Kvaser (http://www.kvaser.com).
59b93cf3f0SOliver Hartkopp
6024c4a3b2SPavel Cheblakovconfig CAN_PLX_PCI
6124c4a3b2SPavel Cheblakov	tristate "PLX90xx PCI-bridge based Cards"
6224c4a3b2SPavel Cheblakov	depends on PCI
6324c4a3b2SPavel Cheblakov	---help---
6424c4a3b2SPavel Cheblakov	  This driver is for CAN interface cards based on
6524c4a3b2SPavel Cheblakov	  the PLX90xx PCI bridge.
6624c4a3b2SPavel Cheblakov	  Driver supports now:
6724c4a3b2SPavel Cheblakov	   - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
6824c4a3b2SPavel Cheblakov	   - Adlink PCI-7841/cPCI-7841 SE card
6982e38177SMatthias Fuchs	   - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
7082e38177SMatthias Fuchs	   - esd CAN-PCI/PMC/266
7182e38177SMatthias Fuchs	   - esd CAN-PCIe/2000
7224c4a3b2SPavel Cheblakov	   - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
7324c4a3b2SPavel Cheblakov	   - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
74*e08534b5SJames Kime	   - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
752d3359f8SAndre B. Oliveira
762d3359f8SAndre B. Oliveiraconfig CAN_TSCAN1
772d3359f8SAndre B. Oliveira	tristate "TS-CAN1 PC104 boards"
782d3359f8SAndre B. Oliveira	depends on ISA
792d3359f8SAndre B. Oliveira	help
802d3359f8SAndre B. Oliveira	This driver is for Technologic Systems' TSCAN-1 PC104 boards.
812d3359f8SAndre B. Oliveira	http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
822d3359f8SAndre B. Oliveira	The driver supports multiple boards and automatically configures them:
832d3359f8SAndre B. Oliveira	PLD IO base addresses are read from jumpers JP1 and JP2,
842d3359f8SAndre B. Oliveira	IRQ numbers are read from jumpers JP4 and JP5,
852d3359f8SAndre B. Oliveira	SJA1000 IO base addresses are chosen heuristically (first that works).
862d3359f8SAndre B. Oliveira
87b93cf3f0SOliver Hartkoppendif
88