Kconfig (a2bfbc072e279ff81e6b336acff612b9bc2e5281) | Kconfig (24cfbcbabf1faef396ee45b13b25c85d2d17b90d) |
---|---|
1menu "CAN Device Drivers" 2 depends on CAN 3 4config CAN_VCAN 5 tristate "Virtual Local CAN Interface (vcan)" 6 depends on CAN 7 default N 8 ---help--- --- 40 unchanged lines hidden (view full) --- 49 TI devices. The device specifications are available from www.ti.com 50 51config CAN_MCP251X 52 tristate "Microchip MCP251x SPI CAN controllers" 53 depends on CAN_DEV && SPI 54 ---help--- 55 Driver for the Microchip MCP251x SPI CAN controllers. 56 | 1menu "CAN Device Drivers" 2 depends on CAN 3 4config CAN_VCAN 5 tristate "Virtual Local CAN Interface (vcan)" 6 depends on CAN 7 default N 8 ---help--- --- 40 unchanged lines hidden (view full) --- 49 TI devices. The device specifications are available from www.ti.com 50 51config CAN_MCP251X 52 tristate "Microchip MCP251x SPI CAN controllers" 53 depends on CAN_DEV && SPI 54 ---help--- 55 Driver for the Microchip MCP251x SPI CAN controllers. 56 |
57config CAN_MSCAN 58 depends on CAN_DEV && (PPC || M68K || M68KNOMMU) 59 tristate "Support for Freescale MSCAN based chips" 60 ---help--- 61 The Motorola Scalable Controller Area Network (MSCAN) definition 62 is based on the MSCAN12 definition which is the specific 63 implementation of the Motorola Scalable CAN concept targeted for 64 the Motorola MC68HC12 Microcontroller Family. | 57source "drivers/net/can/mscan/Kconfig" |
65 | 58 |
66config CAN_MPC52XX 67 tristate "Freescale MPC5xxx onboard CAN controller" 68 depends on CAN_MSCAN && PPC_MPC52xx 69 ---help--- 70 If you say yes here you get support for Freescale's MPC52xx 71 onboard dualCAN controller. 72 73 This driver can also be built as a module. If so, the module 74 will be called mpc5xxx_can. 75 | |
76source "drivers/net/can/sja1000/Kconfig" 77 78source "drivers/net/can/usb/Kconfig" 79 80config CAN_DEBUG_DEVICES 81 bool "CAN devices debugging messages" 82 depends on CAN 83 default N 84 ---help--- 85 Say Y here if you want the CAN device drivers to produce a bunch of 86 debug messages to the system log. Select this if you are having 87 a problem with CAN support and want to see more of what is going 88 on. 89 90endmenu | 59source "drivers/net/can/sja1000/Kconfig" 60 61source "drivers/net/can/usb/Kconfig" 62 63config CAN_DEBUG_DEVICES 64 bool "CAN devices debugging messages" 65 depends on CAN 66 default N 67 ---help--- 68 Say Y here if you want the CAN device drivers to produce a bunch of 69 debug messages to the system log. Select this if you are having 70 a problem with CAN support and want to see more of what is going 71 on. 72 73endmenu |