Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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_PCMCIA
  28. tristate "EMS CPC-CARD Card"
  29. depends on PCMCIA
  30. ---help---
  31. This driver is for the one or two channel CPC-CARD cards from
  32. EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
  33. config CAN_EMS_PCI
  34. tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
  35. depends on PCI
  36. ---help---
  37. This driver is for the one, two or four channel CPC-PCI,
  38. CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
  39. (http://www.ems-wuensche.de).
  40. config CAN_PEAK_PCI
  41. tristate "PEAK PCAN PCI/PCIe Cards"
  42. depends on PCI
  43. ---help---
  44. This driver is for the PCAN PCI/PCIe cards (1, 2, 3 or 4 channels)
  45. from PEAK Systems (http://www.peak-system.com).
  46. config CAN_KVASER_PCI
  47. tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
  48. depends on PCI
  49. ---help---
  50. This driver is for the the PCIcanx and PCIcan cards (1, 2 or
  51. 4 channel) from Kvaser (http://www.kvaser.com).
  52. config CAN_PLX_PCI
  53. tristate "PLX90xx PCI-bridge based Cards"
  54. depends on PCI
  55. ---help---
  56. This driver is for CAN interface cards based on
  57. the PLX90xx PCI bridge.
  58. Driver supports now:
  59. - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
  60. - Adlink PCI-7841/cPCI-7841 SE card
  61. - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
  62. - esd CAN-PCI/PMC/266
  63. - esd CAN-PCIe/2000
  64. - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
  65. - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
  66. config CAN_TSCAN1
  67. tristate "TS-CAN1 PC104 boards"
  68. depends on ISA
  69. help
  70. This driver is for Technologic Systems' TSCAN-1 PC104 boards.
  71. http://www.embeddedarm.com/products/board-detail.php?product=TS-CAN1
  72. The driver supports multiple boards and automatically configures them:
  73. PLD IO base addresses are read from jumpers JP1 and JP2,
  74. IRQ numbers are read from jumpers JP4 and JP5,
  75. SJA1000 IO base addresses are chosen heuristically (first that works).
  76. endif