Kconfig 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. menuconfig CAN_SJA1000
  2. tristate "Philips/NXP SJA1000 devices"
  3. depends on CAN_DEV && HAS_IOMEM
  4. if CAN_SJA1000
  5. config CAN_SJA1000_ISA
  6. tristate "ISA Bus based legacy SJA1000 driver"
  7. depends on ISA
  8. ---help---
  9. This driver adds legacy support for SJA1000 chips connected to
  10. the ISA bus using I/O port, memory mapped or indirect access.
  11. config CAN_SJA1000_PLATFORM
  12. tristate "Generic Platform Bus based SJA1000 driver"
  13. ---help---
  14. This driver adds support for the SJA1000 chips connected to
  15. the "platform bus" (Linux abstraction for directly to the
  16. processor attached devices). Which can be found on various
  17. boards from Phytec (http://www.phytec.de) like the PCM027,
  18. PCM038.
  19. config CAN_SJA1000_OF_PLATFORM
  20. tristate "Generic OF Platform Bus based SJA1000 driver"
  21. depends on PPC_OF
  22. ---help---
  23. This driver adds support for the SJA1000 chips connected to
  24. the OpenFirmware "platform bus" found on embedded systems with
  25. OpenFirmware bindings, e.g. if you have a PowerPC based system
  26. you may want to enable this option.
  27. config CAN_EMS_PCI
  28. tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
  29. depends on PCI
  30. ---help---
  31. This driver is for the one, two or four channel CPC-PCI,
  32. CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
  33. (http://www.ems-wuensche.de).
  34. config CAN_KVASER_PCI
  35. tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
  36. depends on PCI
  37. ---help---
  38. This driver is for the the PCIcanx and PCIcan cards (1, 2 or
  39. 4 channel) from Kvaser (http://www.kvaser.com).
  40. config CAN_PLX_PCI
  41. tristate "PLX90xx PCI-bridge based Cards"
  42. depends on PCI
  43. ---help---
  44. This driver is for CAN interface cards based on
  45. the PLX90xx PCI bridge.
  46. Driver supports now:
  47. - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
  48. - Adlink PCI-7841/cPCI-7841 SE card
  49. - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
  50. - esd CAN-PCI/PMC/266
  51. - esd CAN-PCIe/2000
  52. - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
  53. - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
  54. config CAN_TSCAN1
  55. tristate "TS-CAN1 PC104 boards"
  56. depends on ISA
  57. help
  58. This driver is for Technologic Systems' TSCAN-1 PC104 boards.
  59. http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
  60. The driver supports multiple boards and automatically configures them:
  61. PLD IO base addresses are read from jumpers JP1 and JP2,
  62. IRQ numbers are read from jumpers JP4 and JP5,
  63. SJA1000 IO base addresses are chosen heuristically (first that works).
  64. endif