Kconfig (a61a8423c71d6da6f1f6f854d8adcea24b80bef6) | Kconfig (3878fb6fdbceecca20b15748f807340854220f06) |
---|---|
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--- --- 44 unchanged lines hidden (view full) --- 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 | 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--- --- 44 unchanged lines hidden (view full) --- 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 |
61config CAN_KVASER_PCI 62 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 63 depends on PCI && CAN_SJA1000 64 ---help--- 65 This driver is for the the PCIcanx and PCIcan cards (1, 2 or 66 4 channel) from Kvaser (http://www.kvaser.com). 67 |
|
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 | 68config CAN_DEBUG_DEVICES 69 bool "CAN devices debugging messages" 70 depends on CAN 71 default N 72 ---help--- 73 Say Y here if you want the CAN device drivers to produce a bunch of 74 debug messages to the system log. Select this if you are having 75 a problem with CAN support and want to see more of what is going 76 on. 77 78endmenu |