]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - kernel/2.6/drivers/net/can/Kconfig
Updated trunk with current cannetdriver26 file versions.
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / Kconfig
1 menu "CAN Device Drivers"
2         depends on CAN
3
4 config CAN_VCAN
5         tristate "Virtual Local CAN Interface (vcan)"
6         depends on CAN
7         default N
8         ---help---
9           Similar to the network loopback devices, vcan offers a
10           virtual local CAN interface.
11
12           This driver can also be built as a module.  If so, the module
13           will be called vcan.
14
15 config CAN_SLCAN
16         tristate "Serial / USB serial CAN Adaptors (slcan)"
17         depends on CAN
18         default N
19         ---help---
20           CAN driver for several 'low cost' CAN interfaces that are attached
21           via serial lines or via USB-to-serial adapters using the LAWICEL
22           ASCII protocol. The driver implements the tty linediscipline N_SLCAN.
23
24           This driver can also be built as a module.  If so, the module
25           will be called slcan.
26
27 config CAN_DEBUG_DEVICES
28         bool "CAN devices debugging messages"
29         depends on CAN
30         default N
31         ---help---
32           Say Y here if you want the CAN device drivers to produce a bunch of
33           debug messages to the system log.  Select this if you are having
34           a problem with CAN support and want to see more of what is going
35           on.
36
37 config CAN_SJA1000
38         tristate "Philips SJA1000"
39         ---help---
40           The SJA1000 is one of the top CAN controllers out there. As it
41           has a multiplexed interface it fits directly to 8051
42           microcontrollers or into the PC I/O port space. The SJA1000
43           is a full CAN controller, with shadow registers for RX and TX.
44           It can send and receive any kinds of CAN frames (SFF/EFF/RTR)
45           with a single (simple) filter setup.
46
47           This driver will use the new device interface.
48
49 config CAN_SJA1000_OLD
50         depends on CAN
51         tristate "Philips SJA1000 (old)"
52         ---help---
53           The SJA1000 is one of the top CAN controllers out there. As it
54           has a multiplexed interface it fits directly to 8051
55           microcontrollers or into the PC I/O port space. The SJA1000
56           is a full CAN controller, with shadow registers for RX and TX.
57           It can send and receive any kinds of CAN frames (SFF/EFF/RTR)
58           with a single (simple) filter setup.
59           REMARK: This is the 'old' driver originally written by Matthias
60           Brukner and Oliver Hartkopp which uses a non-standard hardware
61           abstaction layer (HAL) inspired by the OCAN driver.
62
63 config CAN_I82527_OLD
64         depends on CAN
65         tristate "Intel 82527 (old)"
66         ---help---
67           The i82527 is a complex CAN controller that can handle RTR
68           frame replies on it's own. This feature (and diffent RX filters)  
69           lead to an amount of 15 message objects (for RX & TX). Message
70           object 15 has (as only) a shadow register for a reliable
71           receiption of EFF or(!) SFF frames at high CAN traffic.
72           This driver can send each type of CAN frames (SFF/EFF/RTR).
73           Using 4 message objects it can also receive each type of CAN
74           frames. But due to the onchip filter matching trigger method
75           it is not possible to determine the received RTR CAN-ID.
76           The reliable message object 15 receives SFF frames by default.
77           This message object 15 usage maybe changed with the mo15 param.
78           REMARK: This is the 'old' driver originally written by Oliver
79           Hartkopp which uses a non-standard hardware abstaction layer (HAL)
80           inspired by the OCAN driver. http://ar.linux.it/software/#ocan
81
82 config CAN_MSCAN
83         depends on CAN && (PPC || M68K || M68KNOMMU)
84         tristate "Support for a Freescale MSCAN based chips"
85         ---help---
86           The Motorola Scalable Controller Area Network (MSCAN) definition
87           is based on the MSCAN12 definition which is the specific
88           implementation of the Motorola Scalable CAN concept targeted for
89           the Motorola MC68HC12 Microcontroller Family.
90
91 config CAN_MPC52XX
92         tristate "Freescale MPC5200 onboard CAN controller"
93         depends on CAN_MSCAN && (PPC_MPC52xx || PPC_52xx)
94         default LITE5200
95         ---help---
96           If you say yes here you get support for Freescale MPC5200
97           onboard dualCAN controller.
98
99           This driver can also be built as a module.  If so, the module
100           will be called mpc52xx_can.
101
102 config CAN_CCAN
103         depends on CAN
104         tristate "Bosch CCAN driver"
105         ---help---
106           This is a driver for the Bosch CCAN controller found for example
107           on the hynix h7202 chip.
108
109 config CAN_H7202
110         tristate "Hynix H7202 onboard CAN controller"
111         depends on CAN_CCAN
112         ---help---
113           This is a driver for the hynix h7202 can controller.
114
115 config CAN_EMS_PCI
116         tristate "EMS CPC-PCI and CPC-PCIe Card"
117         depends on PCI && CAN_SJA1000
118         help
119
120         This driver is for the one or two channel CPC-PCI and CPC-PCIe
121         cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
122
123 config CAN_IXXAT_PCI
124         tristate "IXXAT PCI Card"
125         depends on PCI && CAN_SJA1000
126         help
127
128         This driver is for the IXXAT PC-I 04/PCI card (1 or 2 channel)
129         from the IXXAT Automation GmbH (http://www.ixxat.de).
130
131 config CAN_PEAK_PCI
132         tristate "PEAK PCAN PCI Card"
133         depends on PCI && CAN_SJA1000
134         help
135
136         This driver is for the PCAN PCI, the PC-PCI CAN plug-in card (1 or
137         2 channel) from PEAK Systems (http://www.peak-system.com).
138
139 config CAN_PCM027
140         depends on CAN_SJA1000 && MACH_PCM027
141         tristate "Phytec pcm027 can driver (SJA1000)"
142         help
143         This driver adds support for the SJA1000 chip on the PCM027 board
144         from Phytec (http://www.phytec.de).
145
146 config CAN_KVASER_PCI
147         tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
148         depends on PCI && CAN_SJA1000
149         help
150
151         This driver is for the the PCIcanx and PCIcan cards (1, 2 or
152         4 channel) from Kvaser (http://www.kvaser.com).
153
154 endmenu