]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - kernel/2.6/drivers/net/can/Kconfig
Make CAN bit-timing calculation configurable
[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 && EXPERIMENTAL
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_OLD_DRIVERS
28         tristate "Prompt for old CAN drivers (e.g. no sysfs support)"
29         depends on CAN
30         default N
31         ---help---
32           The old drivers do not support sysfs nor proper platform device
33           support. Some of the old drivers might only be configured by
34           module commandline options.
35
36 if CAN_OLD_DRIVERS
37 source "drivers/net/can/old/Kconfig"
38 endif
39
40 config CAN_DEV
41         tristate "Prompt for platform CAN drivers with sysfs support"
42         depends on CAN
43         default Y
44         ---help---
45           Enables the common framework for platform CAN drivers with sysfs
46           support. This is the standard library for CAN drivers.
47           If unsure, say Y.
48
49 config CAN_CALC_BITTIMING
50         tristate "CAN bit-timing calculation"
51         depends on CAN_DEV
52         default Y
53         ---help---
54           If enabled, CAN bit-timing parameters will be calculated for the
55           bit-rate specified via SYSFS file "can_bitrate" when the device
56           gets started. This works fine for the most common CAN controllers
57           with standard bit-rates but may fail for exotic bit-rates or CAN
58           source clock frequencies. Disabling saves some space, but then the
59           bit-timing parameters must be specified directly using the SYSFS
60           files "tq, prop_seg, phase_seg1, phase_seg2 and sjw".
61           If unsure, say Y.
62
63 config CAN_SJA1000
64         depends on CAN_DEV
65         tristate "Philips SJA1000"
66         ---help---
67           The SJA1000 is one of the top CAN controllers out there. As it
68           has a multiplexed interface it fits directly to 8051
69           microcontrollers or into the PC I/O port space. The SJA1000
70           is a full CAN controller, with shadow registers for RX and TX.
71           It can send and receive any kinds of CAN frames (SFF/EFF/RTR)
72           with a single (simple) filter setup.
73
74           This driver will use the new device interface.
75
76 config CAN_SJA1000_PLATFORM
77         depends on CAN_SJA1000
78         tristate "generic Platform Bus based SJA1000 driver"
79         ---help---
80           This driver adds support for the SJA1000 chips connected to
81           the "platform bus" (Linux abstraction for directly to the
82           processor attached devices).  Which can be found on various
83           boards from Phytec (http://www.phytec.de) like the PCM027,
84           PCM038.
85
86 config CAN_EMS_PCI
87         tristate "EMS CPC-PCI and CPC-PCIe Card"
88         depends on PCI && CAN_SJA1000
89         help
90
91         This driver is for the one or two channel CPC-PCI and CPC-PCIe
92         cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
93
94 config CAN_EMS_PCMCIA
95         tristate "EMS CPC-CARD Card"
96         depends on PCMCIA && CAN_SJA1000
97         help
98
99         This driver is for the one or two channel CPC-CARD cards from
100         EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
101
102 config CAN_IXXAT_PCI
103         tristate "IXXAT PCI Card"
104         depends on PCI && CAN_SJA1000
105         help
106
107         This driver is for the IXXAT PC-I 04/PCI card (1 or 2 channel)
108         from the IXXAT Automation GmbH (http://www.ixxat.de).
109
110 config CAN_PEAK_PCI
111         tristate "PEAK PCAN PCI Card"
112         depends on PCI && CAN_SJA1000
113         help
114
115         This driver is for the PCAN PCI, the PC-PCI CAN plug-in card (1 or
116         2 channel) from PEAK Systems (http://www.peak-system.com).
117
118 config CAN_PIPCAN
119         depends on CAN_SJA1000
120         tristate "MPL PIPCAN CAN module driver (SJA1000)"
121         help
122         This driver adds support for the PIPCAN module used on some SBC boards
123         from MPL AG (http://www.mpl.ch).
124
125 config CAN_KVASER_PCI
126         tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
127         depends on PCI && CAN_SJA1000
128         help
129
130         This driver is for the the PCIcanx and PCIcan cards (1, 2 or
131         4 channel) from Kvaser (http://www.kvaser.com).
132
133 config CAN_SOFTING
134         tristate "Softing Gmbh CAN generic support"
135         depends on CAN_DEV
136         ---help---
137           generic softing CAN cards
138
139 config CAN_SOFTING_CS
140         tristate "Softing CAN pcmcia cards"
141         depends on CAN_SOFTING && PCMCIA
142
143 config CAN_MSCAN
144         depends on CAN_DEV && (PPC || M68K || M68KNOMMU)
145         tristate "Support for a Freescale MSCAN based chips"
146         ---help---
147           The Motorola Scalable Controller Area Network (MSCAN) definition
148           is based on the MSCAN12 definition which is the specific
149           implementation of the Motorola Scalable CAN concept targeted for
150           the Motorola MC68HC12 Microcontroller Family.
151
152 config CAN_MPC52XX
153         tristate "Freescale MPC5200 onboard CAN controller"
154         depends on CAN_MSCAN && (PPC_MPC52xx || PPC_52xx)
155         default LITE5200
156         ---help---
157           If you say yes here you get support for Freescale MPC5200
158           onboard dualCAN controller.
159
160           This driver can also be built as a module.  If so, the module
161           will be called mpc52xx_can.
162
163 config CAN_MCP251X
164         tristate "Microchip MCP251x SPI CAN controllers"
165         depends on CAN_DEV && SPI
166         ---help---
167           Driver for the Microchip MCP251x SPI CAN controllers.
168
169 config CAN_DEBUG_DEVICES
170         bool "CAN devices debugging messages"
171         depends on CAN
172         default N
173         ---help---
174           Say Y here if you want the CAN device drivers to produce a bunch of
175           debug messages to the system log.  Select this if you are having
176           a problem with CAN support and want to see more of what is going
177           on.
178
179 endmenu