xref: /openbmc/linux/drivers/net/can/sja1000/Kconfig (revision 12eb4683)
1menuconfig CAN_SJA1000
2	tristate "Philips/NXP SJA1000 devices"
3	depends on HAS_IOMEM
4
5if CAN_SJA1000
6
7config CAN_SJA1000_ISA
8	tristate "ISA Bus based legacy SJA1000 driver"
9	---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 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
31config 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
38config 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
46config CAN_PEAK_PCMCIA
47	tristate "PEAK PCAN-PC Card"
48	depends on PCMCIA
49	depends on HAS_IOPORT
50	---help---
51	  This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)
52	  from PEAK-System (http://www.peak-system.com). To compile this
53	  driver as a module, choose M here: the module will be called
54	  peak_pcmcia.
55
56config CAN_PEAK_PCI
57	tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
58	depends on PCI
59	---help---
60	  This driver is for the PCAN-PCI/PCIe/miniPCI cards
61	  (1, 2, 3 or 4 channels) from PEAK-System Technik
62	  (http://www.peak-system.com).
63
64config CAN_PEAK_PCIEC
65	bool "PEAK PCAN-ExpressCard Cards"
66	depends on CAN_PEAK_PCI
67	select I2C
68	select I2C_ALGOBIT
69	default y
70	---help---
71	  Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
72	  Technik. This will also automatically select I2C and I2C_ALGO
73	  configuration options.
74
75config CAN_KVASER_PCI
76	tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
77	depends on PCI
78	---help---
79	  This driver is for the PCIcanx and PCIcan cards (1, 2 or
80	  4 channel) from Kvaser (http://www.kvaser.com).
81
82config CAN_PLX_PCI
83	tristate "PLX90xx PCI-bridge based Cards"
84	depends on PCI
85	---help---
86	  This driver is for CAN interface cards based on
87	  the PLX90xx PCI bridge.
88	  Driver supports now:
89	   - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
90	   - Adlink PCI-7841/cPCI-7841 SE card
91	   - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
92	   - esd CAN-PCI/PMC/266
93	   - esd CAN-PCIe/2000
94	   - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
95	   - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
96	   - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
97	   - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)
98
99config CAN_TSCAN1
100	tristate "TS-CAN1 PC104 boards"
101	depends on ISA
102	help
103	  This driver is for Technologic Systems' TSCAN-1 PC104 boards.
104	  http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
105	  The driver supports multiple boards and automatically configures them:
106	  PLD IO base addresses are read from jumpers JP1 and JP2,
107	  IRQ numbers are read from jumpers JP4 and JP5,
108	  SJA1000 IO base addresses are chosen heuristically (first that works).
109
110endif
111