]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - kernel/2.6/drivers/net/can/old/Kconfig
candev: allow SJW user setting for bittiming calculation
[socketcan-devel.git] / kernel / 2.6 / drivers / net / can / old / Kconfig
1
2 config CAN_SJA1000_OLD
3         depends on CAN_OLD_DRIVERS
4         tristate "Philips SJA1000 (old)"
5         ---help---
6           The SJA1000 is one of the top CAN controllers out there. As it
7           has a multiplexed interface it fits directly to 8051
8           microcontrollers or into the PC I/O port space. The SJA1000
9           is a full CAN controller, with shadow registers for RX and TX.
10           It can send and receive any kinds of CAN frames (SFF/EFF/RTR)
11           with a single (simple) filter setup.
12           REMARK: This is the 'old' driver originally written by Matthias
13           Brukner and Oliver Hartkopp which uses a non-standard hardware
14           abstaction layer (HAL) inspired by the OCAN driver.
15
16 config CAN_I82527_OLD
17         depends on CAN_OLD_DRIVERS
18         tristate "Intel 82527 (old)"
19         ---help---
20           The i82527 is a complex CAN controller that can handle RTR
21           frame replies on it's own. This feature (and diffent RX filters)
22           lead to an amount of 15 message objects (for RX & TX). Message
23           object 15 has (as only) a shadow register for a reliable
24           receiption of EFF or(!) SFF frames at high CAN traffic.
25           This driver can send each type of CAN frames (SFF/EFF/RTR).
26           Using 4 message objects it can also receive each type of CAN
27           frames. But due to the onchip filter matching trigger method
28           it is not possible to determine the received RTR CAN-ID.
29           The reliable message object 15 receives SFF frames by default.
30           This message object 15 usage maybe changed with the mo15 param.
31           REMARK: This is the 'old' driver originally written by Oliver
32           Hartkopp which uses a non-standard hardware abstaction layer (HAL)
33           inspired by the OCAN driver. http://ar.linux.it/software/#ocan
34
35 config CAN_MSCAN_OLD
36         depends on CAN_OLD_DRIVERS && (PPC || M68K || M68KNOMMU)
37         tristate "Support for a Freescale MSCAN based chips (old)"
38         ---help---
39           The Motorola Scalable Controller Area Network (MSCAN) definition
40           is based on the MSCAN12 definition which is the specific
41           implementation of the Motorola Scalable CAN concept targeted for
42           the Motorola MC68HC12 Microcontroller Family.
43
44 config CAN_MPC52XX_OLD
45         tristate "Freescale MPC5200 onboard CAN controller (old)"
46         depends on CAN_MSCAN_OLD && (PPC_MPC52xx || PPC_52xx)
47         default LITE5200
48         ---help---
49           If you say yes here you get support for Freescale MPC5200
50           onboard dualCAN controller.
51
52           This driver can also be built as a module.  If so, the module
53           will be called mpc52xx_can.
54
55 config CAN_CCAN_OLD
56         depends on CAN_OLD_DRIVERS
57         tristate "Bosch CCAN driver (old)"
58         ---help---
59           This is a driver for the Bosch CCAN controller found for example
60           on the hynix h7202 chip.
61
62 config CAN_H7202_OLD
63         tristate "Hynix H7202 onboard CAN controller (old)"
64         depends on CAN_CCAN_OLD
65         ---help---
66           This is a driver for the hynix h7202 can controller.
67