Kconfig 2.8 KB

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