Kconfig (38034518c086fc48232b641cab97396a615864d0) | Kconfig (fd734c6f25aea4b2b44b045e489aec67b388577e) |
---|---|
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" --- 15 unchanged lines hidden (view full) --- 24 tristate "Generic OF Platform Bus based SJA1000 driver" 25 depends on PPC_OF 26 ---help--- 27 This driver adds support for the SJA1000 chips connected to 28 the OpenFirmware "platform bus" found on embedded systems with 29 OpenFirmware bindings, e.g. if you have a PowerPC based system 30 you may want to enable this option. 31 | 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" --- 15 unchanged lines hidden (view full) --- 24 tristate "Generic OF Platform Bus based SJA1000 driver" 25 depends on PPC_OF 26 ---help--- 27 This driver adds support for the SJA1000 chips connected to 28 the OpenFirmware "platform bus" found on embedded systems with 29 OpenFirmware bindings, e.g. if you have a PowerPC based system 30 you may want to enable this option. 31 |
32config CAN_EMS_PCMCIA 33 tristate "EMS CPC-CARD Card" 34 depends on PCMCIA 35 ---help--- 36 This driver is for the one or two channel CPC-CARD cards from 37 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 38 |
|
32config CAN_EMS_PCI 33 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" 34 depends on PCI 35 ---help--- 36 This driver is for the one, two or four channel CPC-PCI, 37 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 38 (http://www.ems-wuensche.de). 39 --- 41 unchanged lines hidden --- | 39config CAN_EMS_PCI 40 tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card" 41 depends on PCI 42 ---help--- 43 This driver is for the one, two or four channel CPC-PCI, 44 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche 45 (http://www.ems-wuensche.de). 46 --- 41 unchanged lines hidden --- |