Oliver Hartkopp | b93cf3f | 2009-11-12 01:35:01 +0000 | [diff] [blame] | 1 | menuconfig CAN_SJA1000 |
| 2 | tristate "Philips/NXP SJA1000 devices" |
| 3 | depends on CAN_DEV && HAS_IOMEM |
| 4 | |
| 5 | if CAN_SJA1000 |
| 6 | |
| 7 | config CAN_SJA1000_ISA |
| 8 | tristate "ISA Bus based legacy SJA1000 driver" |
| 9 | depends on ISA |
| 10 | ---help--- |
| 11 | This driver adds legacy support for SJA1000 chips connected to |
| 12 | the ISA bus using I/O port, memory mapped or indirect access. |
| 13 | |
| 14 | config CAN_SJA1000_PLATFORM |
| 15 | tristate "Generic Platform Bus based SJA1000 driver" |
| 16 | ---help--- |
| 17 | This driver adds support for the SJA1000 chips connected to |
| 18 | the "platform bus" (Linux abstraction for directly to the |
| 19 | processor attached devices). Which can be found on various |
| 20 | boards from Phytec (http://www.phytec.de) like the PCM027, |
| 21 | PCM038. |
| 22 | |
| 23 | config CAN_SJA1000_OF_PLATFORM |
| 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 | |
| 32 | config 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 | |
| 40 | config 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 | |
| 47 | endif |