Kconfig (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | Kconfig (2d3359f8b9e6b3d6339b7e72f8e82275058eb13c) |
---|---|
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" --- 44 unchanged lines hidden (view full) --- 53 Driver supports now: 54 - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/) 55 - Adlink PCI-7841/cPCI-7841 SE card 56 - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/) 57 - esd CAN-PCI/PMC/266 58 - esd CAN-PCIe/2000 59 - Marathon CAN-bus-PCI card (http://www.marathon.ru/) 60 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/) | 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" --- 44 unchanged lines hidden (view full) --- 53 Driver supports now: 54 - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/) 55 - Adlink PCI-7841/cPCI-7841 SE card 56 - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/) 57 - esd CAN-PCI/PMC/266 58 - esd CAN-PCIe/2000 59 - Marathon CAN-bus-PCI card (http://www.marathon.ru/) 60 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/) |
61 62config CAN_TSCAN1 63 tristate "TS-CAN1 PC104 boards" 64 depends on ISA 65 help 66 This driver is for Technologic Systems' TSCAN-1 PC104 boards. 67 http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1 68 The driver supports multiple boards and automatically configures them: 69 PLD IO base addresses are read from jumpers JP1 and JP2, 70 IRQ numbers are read from jumpers JP4 and JP5, 71 SJA1000 IO base addresses are chosen heuristically (first that works). 72 |
|
61endif | 73endif |