]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - kernel/2.6/drivers/net/can/sja1000/Kconfig
sja1000: Driver for some PLX PCI bridge + sja1000 CAN controllers
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / sja1000 / Kconfig
1 menuconfig CAN_SJA1000
2         tristate "Philips/NXP SJA1000 devices"
3         depends on CAN_DEV && HAS_IOMEM
4
5 if CAN_SJA1000
6
7 config CAN_SJA1000_ISA
8         tristate "ISA Bus based legacy SJA1000 driver"
9         depends on ISA
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
14 config 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.
22
23 config CAN_SJA1000_OF_PLATFORM
24         tristate "Generic OF Platform Bus based SJA1000 driver"
25         depends on PPC_OF
26         ---help---
27           This driver adds support for the SJA1000 chips connected to
28           the OpenFirmware "platform bus" found on embedded systems with
29           OpenFirmware bindings, e.g. if you have a PowerPC based system
30           you may want to enable this option.
31
32 config 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
40 config CAN_EMS_PCMCIA
41         tristate "EMS CPC-CARD Card"
42         depends on PCMCIA && CAN_SJA1000
43         ---help---
44           This driver is for the one or two channel CPC-CARD cards from
45           EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
46
47 config CAN_EMS_104M
48         tristate "EMS CPC-104M Card"
49         depends on ISA && CAN_SJA1000
50         ---help---
51           This driver is for the one, two or four channel CPC-104M cards
52           from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
53
54 config CAN_ESD_PCI
55         tristate "ESD PCI Cards"
56         depends on PCI && CAN_SJA1000
57         ---help---
58           This driver supports the esd PCI CAN cards CAN-PCI/200,
59           CAN-PCI/266, CAN-PMC/266 (PMC), CAN-CPCI/200 (CompactPCI),
60           CAN-PCIe2000 (PCI Express) and CAN-PCI104/200 (PCI104)
61           from the esd electronic system design gmbh (http://www.esd.eu).
62
63 config CAN_IXXAT_PCI
64         tristate "IXXAT PCI Card"
65         depends on PCI && CAN_SJA1000
66         ---help---
67           This driver is for the IXXAT PC-I 04/PCI card (1 or 2 channel)
68           from the IXXAT Automation GmbH (http://www.ixxat.de).
69
70 config CAN_KVASER_PCI
71         tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
72         depends on PCI
73         ---help---
74           This driver is for the the PCIcanx and PCIcan cards (1, 2 or
75           4 channel) from Kvaser (http://www.kvaser.com).
76
77 config CAN_PEAK_PCI
78         tristate "PEAK PCAN PCI Card"
79         depends on PCI && CAN_SJA1000
80         ---help---
81           This driver is for the PCAN PCI, the PC-PCI CAN plug-in card (1 or
82           2 channel) from PEAK Systems (http://www.peak-system.com).
83
84 config CAN_PLX_PCI
85         tristate "PLX90xx PCI-bridge based Cards"
86         depends on PCI && CAN_SJA1000
87         ---help---
88           This driver is for CAN interface cards based on
89           the PLX90xx PCI bridge.
90           Driver supports now:
91            - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
92            - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
93            - Adlink PCI-7841/cPCI-7841 SE card
94            - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
95
96 config CAN_PIPCAN
97         depends on CAN_SJA1000
98         tristate "MPL PIPCAN CAN module driver (SJA1000)"
99         ---help---
100           This driver adds support for the PIPCAN module used on some SBC
101           boards from MPL AG (http://www.mpl.ch).
102
103 endif