Kconfig (4dfc39e1b639c7220ac7275dc8684cd8e82f188a) | Kconfig (2d91fdccad4d3bd890e03775bcd7e8beed07c610) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig CAN_SJA1000 4 tristate "Philips/NXP SJA1000 devices" 5 depends on HAS_IOMEM 6 7if CAN_SJA1000 8 --- 7 unchanged lines hidden (view full) --- 16 17config CAN_EMS_PCMCIA 18 tristate "EMS CPC-CARD Card" 19 depends on PCMCIA 20 ---help--- 21 This driver is for the one or two channel CPC-CARD cards from 22 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 23 | 1# SPDX-License-Identifier: GPL-2.0-only 2 3menuconfig CAN_SJA1000 4 tristate "Philips/NXP SJA1000 devices" 5 depends on HAS_IOMEM 6 7if CAN_SJA1000 8 --- 7 unchanged lines hidden (view full) --- 16 17config CAN_EMS_PCMCIA 18 tristate "EMS CPC-CARD Card" 19 depends on PCMCIA 20 ---help--- 21 This driver is for the one or two channel CPC-CARD cards from 22 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 23 |
24config CAN_F81601 25 tristate "Fintek F81601 PCIE to 2 CAN Controller" 26 depends on PCI 27 help 28 This driver adds support for Fintek F81601 PCIE to 2 CAN 29 Controller. It had internal 24MHz clock source, but it can 30 be changed by manufacturer. Use modinfo to get usage for 31 parameters. Visit http://www.fintek.com.tw to get more 32 information. 33 |
|
24config CAN_KVASER_PCI 25 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 26 depends on PCI 27 ---help--- 28 This driver is for the PCIcanx and PCIcan cards (1, 2 or 29 4 channel) from Kvaser (http://www.kvaser.com). 30 31config CAN_PEAK_PCI --- 75 unchanged lines hidden --- | 34config CAN_KVASER_PCI 35 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards" 36 depends on PCI 37 ---help--- 38 This driver is for the PCIcanx and PCIcan cards (1, 2 or 39 4 channel) from Kvaser (http://www.kvaser.com). 40 41config CAN_PEAK_PCI --- 75 unchanged lines hidden --- |