Kconfig (163849ea9b4c5d50fbd324692461983d18faadad) | Kconfig (24c4a3b29255f9f8bc48d93597a58256b5a1f83f) |
---|---|
1menuconfig CAN_SJA1000 2 tristate "Philips/NXP SJA1000 devices" 3 depends on CAN_DEV && HAS_IOMEM 4 5if CAN_SJA1000 6 7config CAN_SJA1000_ISA 8 tristate "ISA Bus based legacy SJA1000 driver" --- 30 unchanged lines hidden (view full) --- 39 40config CAN_KVASER_PCI 41 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 42 depends on PCI 43 ---help--- 44 This driver is for the the PCIcanx and PCIcan cards (1, 2 or 45 4 channel) from Kvaser (http://www.kvaser.com). 46 | 1menuconfig CAN_SJA1000 2 tristate "Philips/NXP SJA1000 devices" 3 depends on CAN_DEV && HAS_IOMEM 4 5if CAN_SJA1000 6 7config CAN_SJA1000_ISA 8 tristate "ISA Bus based legacy SJA1000 driver" --- 30 unchanged lines hidden (view full) --- 39 40config CAN_KVASER_PCI 41 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 42 depends on PCI 43 ---help--- 44 This driver is for the the PCIcanx and PCIcan cards (1, 2 or 45 4 channel) from Kvaser (http://www.kvaser.com). 46 |
47config CAN_PLX_PCI 48 tristate "PLX90xx PCI-bridge based Cards" 49 depends on PCI 50 ---help--- 51 This driver is for CAN interface cards based on 52 the PLX90xx PCI bridge. 53 Driver supports now: 54 - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/) 55 - Adlink PCI-7841/cPCI-7841 SE card 56 - Marathon CAN-bus-PCI card (http://www.marathon.ru/) 57 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/) 58 |
|
47endif | 59endif |