]> rtime.felk.cvut.cz Git - socketcan-devel.git/blob - kernel/2.6/drivers/net/can/Kconfig
!!! Changed protocol order in af_can.h.
[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 config CAN_DEBUG_DEVICES
13         bool "CAN devices debugging messages"
14         depends on CAN
15         default N
16         ---help---
17          Say Y here if you want the CAN device drivers to produce a bunch of
18          debug messages to the system log.  Select this if you are having
19          a problem with CAN support and want to see more of what is going
20          on.
21
22 config CAN_SJA1000
23         depends on CAN
24         tristate "Philips SJA1000"
25         help
26           The SJA1000 is one of the top CAN controllers out there. As it
27           has a multiplexed interface it fits directly to 8051
28           microcontrollers, but not to today's memory mapped System on
29           Chip processors. You probably need a bus driver (see below)
30           which handles how to access your chip registers.
31
32 config CAN_MSCAN
33        depends on CAN
34        tristate "Support for a Freescale MSCAN based chips"
35        ---help---
36         The Motorola Scalable Controller Area Network (MSCAN) definition
37         is based on the MSCAN12 definition which is the specific
38         implementation of the Motorola Scalable CAN concept targeted for
39         the Motorola MC68HC12 Microcontroller Family.
40
41 config CAN_MPC52XX
42        tristate "Freescale MPC5200 onboard CAN controller"
43        depends on CAN_MSCAN && PPC_MPC52xx
44        default LITE5200
45        ---help---
46         If you say yes here you get support for Freescale MPC5200
47         onboard dualCAN controller.
48
49         This driver can also be built as a module.  If so, the module
50         will be called mpc52xx_can.
51
52 endmenu
53