xref: /openbmc/linux/drivers/net/can/sja1000/Kconfig (revision 2d3359f8)
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	depends on ISA
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,
21b93cf3f0SOliver Hartkopp	  PCM038.
22b93cf3f0SOliver Hartkopp
23b93cf3f0SOliver Hartkoppconfig CAN_SJA1000_OF_PLATFORM
24b93cf3f0SOliver Hartkopp	tristate "Generic OF Platform Bus based SJA1000 driver"
25b93cf3f0SOliver Hartkopp	depends on PPC_OF
26b93cf3f0SOliver Hartkopp	---help---
27b93cf3f0SOliver Hartkopp	  This driver adds support for the SJA1000 chips connected to
28b93cf3f0SOliver Hartkopp	  the OpenFirmware "platform bus" found on embedded systems with
29b93cf3f0SOliver Hartkopp	  OpenFirmware bindings, e.g. if you have a PowerPC based system
30b93cf3f0SOliver Hartkopp	  you may want to enable this option.
31b93cf3f0SOliver 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
40b93cf3f0SOliver Hartkoppconfig CAN_KVASER_PCI
41b93cf3f0SOliver Hartkopp	tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
42b93cf3f0SOliver Hartkopp	depends on PCI
43b93cf3f0SOliver Hartkopp	---help---
44b93cf3f0SOliver Hartkopp	  This driver is for the the PCIcanx and PCIcan cards (1, 2 or
45b93cf3f0SOliver Hartkopp	  4 channel) from Kvaser (http://www.kvaser.com).
46b93cf3f0SOliver Hartkopp
4724c4a3b2SPavel Cheblakovconfig CAN_PLX_PCI
4824c4a3b2SPavel Cheblakov	tristate "PLX90xx PCI-bridge based Cards"
4924c4a3b2SPavel Cheblakov	depends on PCI
5024c4a3b2SPavel Cheblakov	---help---
5124c4a3b2SPavel Cheblakov	  This driver is for CAN interface cards based on
5224c4a3b2SPavel Cheblakov	  the PLX90xx PCI bridge.
5324c4a3b2SPavel Cheblakov	  Driver supports now:
5424c4a3b2SPavel Cheblakov	   - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
5524c4a3b2SPavel Cheblakov	   - Adlink PCI-7841/cPCI-7841 SE card
5682e38177SMatthias Fuchs	   - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
5782e38177SMatthias Fuchs	   - esd CAN-PCI/PMC/266
5882e38177SMatthias Fuchs	   - esd CAN-PCIe/2000
5924c4a3b2SPavel Cheblakov	   - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
6024c4a3b2SPavel Cheblakov	   - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
612d3359f8SAndre B. Oliveira
622d3359f8SAndre B. Oliveiraconfig CAN_TSCAN1
632d3359f8SAndre B. Oliveira	tristate "TS-CAN1 PC104 boards"
642d3359f8SAndre B. Oliveira	depends on ISA
652d3359f8SAndre B. Oliveira	help
662d3359f8SAndre B. Oliveira	This driver is for Technologic Systems' TSCAN-1 PC104 boards.
672d3359f8SAndre B. Oliveira	http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
682d3359f8SAndre B. Oliveira	The driver supports multiple boards and automatically configures them:
692d3359f8SAndre B. Oliveira	PLD IO base addresses are read from jumpers JP1 and JP2,
702d3359f8SAndre B. Oliveira	IRQ numbers are read from jumpers JP4 and JP5,
712d3359f8SAndre B. Oliveira	SJA1000 IO base addresses are chosen heuristically (first that works).
722d3359f8SAndre B. Oliveira
73b93cf3f0SOliver Hartkoppendif
74