]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - kernel/2.6/drivers/net/can/Kconfig
2d4a8c5e5f1f9c6205d4876eedfef1b475059966
[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_SJA1000
50         depends on CAN_DEV
51         tristate "Philips SJA1000"
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
60           This driver will use the new device interface.
61
62 config CAN_SJA1000_PLATFORM
63         depends on CAN_SJA1000
64         tristate "generic Platform Bus based SJA1000 driver"
65         ---help---
66           This driver adds support for the SJA1000 chips connected to
67           the "platform bus" (Linux abstraction for directly to the
68           processor attached devices).  Which can be found on various
69           boards from Phytec (http://www.phytec.de) like the PCM027,
70           PCM038.
71
72 config CAN_EMS_PCI
73         tristate "EMS CPC-PCI and CPC-PCIe Card"
74         depends on PCI && CAN_SJA1000
75         help
76
77         This driver is for the one or two channel CPC-PCI and CPC-PCIe
78         cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
79
80 config CAN_EMS_PCMCIA
81         tristate "EMS CPC-CARD Card"
82         depends on PCMCIA && CAN_SJA1000
83         help
84
85         This driver is for the one or two channel CPC-CARD cards from
86         EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
87
88 config CAN_IXXAT_PCI
89         tristate "IXXAT PCI Card"
90         depends on PCI && CAN_SJA1000
91         help
92
93         This driver is for the IXXAT PC-I 04/PCI card (1 or 2 channel)
94         from the IXXAT Automation GmbH (http://www.ixxat.de).
95
96 config CAN_PEAK_PCI
97         tristate "PEAK PCAN PCI Card"
98         depends on PCI && CAN_SJA1000
99         help
100
101         This driver is for the PCAN PCI, the PC-PCI CAN plug-in card (1 or
102         2 channel) from PEAK Systems (http://www.peak-system.com).
103
104 config CAN_PIPCAN
105         depends on CAN_SJA1000
106         tristate "MPL PIPCAN CAN module driver (SJA1000)"
107         help
108         This driver adds support for the PIPCAN module used on some SBC boards
109         from MPL AG (http://www.mpl.ch).
110
111 config CAN_KVASER_PCI
112         tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
113         depends on PCI && CAN_SJA1000
114         help
115
116         This driver is for the the PCIcanx and PCIcan cards (1, 2 or
117         4 channel) from Kvaser (http://www.kvaser.com).
118
119 config CAN_SOFTING
120         tristate "Softing Gmbh CAN generic support"
121         depends on CAN_DEV
122         ---help---
123           generic softing CAN cards
124
125 config CAN_SOFTING_CS
126         tristate "Softing CAN pcmcia cards"
127         depends on CAN_SOFTING && PCMCIA
128
129 config CAN_MSCAN
130         depends on CAN_DEV && (PPC || M68K || M68KNOMMU)
131         tristate "Support for a Freescale MSCAN based chips"
132         ---help---
133           The Motorola Scalable Controller Area Network (MSCAN) definition
134           is based on the MSCAN12 definition which is the specific
135           implementation of the Motorola Scalable CAN concept targeted for
136           the Motorola MC68HC12 Microcontroller Family.
137
138 config CAN_MPC52XX
139         tristate "Freescale MPC5200 onboard CAN controller"
140         depends on CAN_MSCAN && (PPC_MPC52xx || PPC_52xx)
141         default LITE5200
142         ---help---
143           If you say yes here you get support for Freescale MPC5200
144           onboard dualCAN controller.
145
146           This driver can also be built as a module.  If so, the module
147           will be called mpc52xx_can.
148
149 config CAN_MCP251X
150         tristate "Microchip MCP251x SPI CAN controllers"
151         depends on CAN_DEV && SPI
152         ---help---
153           Driver for the Microchip MCP251x SPI CAN controllers.
154
155 config CAN_DEBUG_DEVICES
156         bool "CAN devices debugging messages"
157         depends on CAN
158         default N
159         ---help---
160           Say Y here if you want the CAN device drivers to produce a bunch of
161           debug messages to the system log.  Select this if you are having
162           a problem with CAN support and want to see more of what is going
163           on.
164
165 endmenu