Kconfig (e6d9c80b7ca1504411ad6d7acdb8683e4ae1c9cd) | Kconfig (2b61972b74219d21ef1e91178349bdb840357688) |
---|---|
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" --- 29 unchanged lines hidden (view full) --- 38config CAN_EMS_PCI 39 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" 40 depends on PCI 41 ---help--- 42 This driver is for the one, two or four channel CPC-PCI, 43 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 44 (http://www.ems-wuensche.de). 45 | 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" --- 29 unchanged lines hidden (view full) --- 38config CAN_EMS_PCI 39 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" 40 depends on PCI 41 ---help--- 42 This driver is for the one, two or four channel CPC-PCI, 43 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 44 (http://www.ems-wuensche.de). 45 |
46config CAN_PEAK_PCMCIA 47 tristate "PEAK PCAN-PC Card" 48 depends on PCMCIA 49 ---help--- 50 This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels) 51 from PEAK-System (http://www.peak-system.com). To compile this 52 driver as a module, choose M here: the module will be called 53 peak_pcmcia. 54 |
|
46config CAN_PEAK_PCI 47 tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards" 48 depends on PCI 49 ---help--- 50 This driver is for the PCAN-PCI/PCIe/miniPCI cards 51 (1, 2, 3 or 4 channels) from PEAK-System Technik 52 (http://www.peak-system.com). 53 --- 46 unchanged lines hidden --- | 55config CAN_PEAK_PCI 56 tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards" 57 depends on PCI 58 ---help--- 59 This driver is for the PCAN-PCI/PCIe/miniPCI cards 60 (1, 2, 3 or 4 channels) from PEAK-System Technik 61 (http://www.peak-system.com). 62 --- 46 unchanged lines hidden --- |