Kconfig (f534e52f091a7b9f51fb6726710bdf731b663e94) | Kconfig (a61a8423c71d6da6f1f6f854d8adcea24b80bef6) |
---|---|
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--- --- 37 unchanged lines hidden (view full) --- 46 tristate "Generic Platform Bus based SJA1000 driver" 47 ---help--- 48 This driver adds support for the SJA1000 chips connected to 49 the "platform bus" (Linux abstraction for directly to the 50 processor attached devices). Which can be found on various 51 boards from Phytec (http://www.phytec.de) like the PCM027, 52 PCM038. 53 | 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--- --- 37 unchanged lines hidden (view full) --- 46 tristate "Generic Platform Bus based SJA1000 driver" 47 ---help--- 48 This driver adds support for the SJA1000 chips connected to 49 the "platform bus" (Linux abstraction for directly to the 50 processor attached devices). Which can be found on various 51 boards from Phytec (http://www.phytec.de) like the PCM027, 52 PCM038. 53 |
54config CAN_EMS_PCI 55 tristate "EMS CPC-PCI and CPC-PCIe Card" 56 depends on PCI && CAN_SJA1000 57 ---help--- 58 This driver is for the one or two channel CPC-PCI and CPC-PCIe 59 cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 60 |
|
54config CAN_DEBUG_DEVICES 55 bool "CAN devices debugging messages" 56 depends on CAN 57 default N 58 ---help--- 59 Say Y here if you want the CAN device drivers to produce a bunch of 60 debug messages to the system log. Select this if you are having 61 a problem with CAN support and want to see more of what is going 62 on. 63 64endmenu | 61config CAN_DEBUG_DEVICES 62 bool "CAN devices debugging messages" 63 depends on CAN 64 default N 65 ---help--- 66 Say Y here if you want the CAN device drivers to produce a bunch of 67 debug messages to the system log. Select this if you are having 68 a problem with CAN support and want to see more of what is going 69 on. 70 71endmenu |