xref: /linux/drivers/net/can/sja1000/Kconfig (revision 44f57d78)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig CAN_SJA1000
3	tristate "Philips/NXP SJA1000 devices"
4	depends on HAS_IOMEM
5
6if CAN_SJA1000
7
8config CAN_SJA1000_ISA
9	tristate "ISA Bus based legacy SJA1000 driver"
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
14config 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. It also provides the OpenFirmware "platform bus" found
22	  on embedded systems with OpenFirmware bindings, e.g. if you
23	  have a PowerPC based system you may want to enable this option.
24
25config CAN_EMS_PCMCIA
26	tristate "EMS CPC-CARD Card"
27	depends on PCMCIA
28	---help---
29	  This driver is for the one or two channel CPC-CARD cards from
30	  EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
31
32config CAN_EMS_PCI
33	tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
34	depends on PCI
35	---help---
36	  This driver is for the one, two or four channel CPC-PCI,
37	  CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
38	  (http://www.ems-wuensche.de).
39
40config CAN_PEAK_PCMCIA
41	tristate "PEAK PCAN-PC Card"
42	depends on PCMCIA
43	depends on HAS_IOPORT_MAP
44	---help---
45	  This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)
46	  from PEAK-System (http://www.peak-system.com). To compile this
47	  driver as a module, choose M here: the module will be called
48	  peak_pcmcia.
49
50config CAN_PEAK_PCI
51	tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
52	depends on PCI
53	---help---
54	  This driver is for the PCAN-PCI/PCIe/miniPCI cards
55	  (1, 2, 3 or 4 channels) from PEAK-System Technik
56	  (http://www.peak-system.com).
57
58config CAN_PEAK_PCIEC
59	bool "PEAK PCAN-ExpressCard Cards"
60	depends on CAN_PEAK_PCI
61	select I2C
62	select I2C_ALGOBIT
63	default y
64	---help---
65	  Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
66	  Technik. This will also automatically select I2C and I2C_ALGO
67	  configuration options.
68
69config CAN_KVASER_PCI
70	tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
71	depends on PCI
72	---help---
73	  This driver is for the PCIcanx and PCIcan cards (1, 2 or
74	  4 channel) from Kvaser (http://www.kvaser.com).
75
76config CAN_PLX_PCI
77	tristate "PLX90xx PCI-bridge based Cards"
78	depends on PCI
79	---help---
80	  This driver is for CAN interface cards based on
81	  the PLX90xx PCI bridge.
82	  Driver supports now:
83	   - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
84	   - Adlink PCI-7841/cPCI-7841 SE card
85	   - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
86	   - esd CAN-PCI/PMC/266
87	   - esd CAN-PCIe/2000
88	   - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
89	   - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
90	   - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
91	   - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)
92	   - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
93
94config CAN_TSCAN1
95	tristate "TS-CAN1 PC104 boards"
96	depends on ISA
97	help
98	  This driver is for Technologic Systems' TSCAN-1 PC104 boards.
99	  http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
100	  The driver supports multiple boards and automatically configures them:
101	  PLD IO base addresses are read from jumpers JP1 and JP2,
102	  IRQ numbers are read from jumpers JP4 and JP5,
103	  SJA1000 IO base addresses are chosen heuristically (first that works).
104
105endif
106