Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menuconfig CAN_SJA1000
  3. tristate "Philips/NXP SJA1000 devices"
  4. depends on HAS_IOMEM
  5. if CAN_SJA1000
  6. config CAN_EMS_PCI
  7. tristate "EMS CPC-PCI, CPC-PCIe and CPC-104P Card"
  8. depends on PCI
  9. help
  10. This driver is for the one, two or four channel CPC-PCI,
  11. CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
  12. (http://www.ems-wuensche.de).
  13. config CAN_EMS_PCMCIA
  14. tristate "EMS CPC-CARD Card"
  15. depends on PCMCIA
  16. help
  17. This driver is for the one or two channel CPC-CARD cards from
  18. EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
  19. config CAN_F81601
  20. tristate "Fintek F81601 PCIE to 2 CAN Controller"
  21. depends on PCI
  22. help
  23. This driver adds support for Fintek F81601 PCIE to 2 CAN
  24. Controller. It had internal 24MHz clock source, but it can
  25. be changed by manufacturer. Use modinfo to get usage for
  26. parameters. Visit http://www.fintek.com.tw to get more
  27. information.
  28. config CAN_KVASER_PCI
  29. tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
  30. depends on PCI
  31. help
  32. This driver is for the PCIcanx and PCIcan cards (1, 2 or
  33. 4 channel) from Kvaser (http://www.kvaser.com).
  34. config CAN_PEAK_PCI
  35. tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
  36. depends on PCI
  37. help
  38. This driver is for the PCAN-PCI/PCIe/miniPCI cards
  39. (1, 2, 3 or 4 channels) from PEAK-System Technik
  40. (http://www.peak-system.com).
  41. config CAN_PEAK_PCIEC
  42. bool "PEAK PCAN-ExpressCard Cards"
  43. depends on CAN_PEAK_PCI
  44. select I2C
  45. select I2C_ALGOBIT
  46. default y
  47. help
  48. Say Y here if you want to use a PCAN-ExpressCard from PEAK-System
  49. Technik. This will also automatically select I2C and I2C_ALGO
  50. configuration options.
  51. config CAN_PEAK_PCMCIA
  52. tristate "PEAK PCAN-PC Card"
  53. depends on PCMCIA
  54. depends on HAS_IOPORT_MAP
  55. help
  56. This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)
  57. from PEAK-System (http://www.peak-system.com). To compile this
  58. driver as a module, choose M here: the module will be called
  59. peak_pcmcia.
  60. config CAN_PLX_PCI
  61. tristate "PLX90xx PCI-bridge based Cards"
  62. depends on PCI
  63. help
  64. This driver is for CAN interface cards based on
  65. the PLX90xx PCI bridge.
  66. Driver supports now:
  67. - Adlink PCI-7841/cPCI-7841 card (http://www.adlinktech.com/)
  68. - Adlink PCI-7841/cPCI-7841 SE card
  69. - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
  70. - esd CAN-PCI/PMC/266
  71. - esd CAN-PCIe/2000
  72. - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
  73. - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
  74. - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
  75. - Connect Tech Inc. CANpro/104-Plus Opto (CRG001) card (http://www.connecttech.com)
  76. - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
  77. config CAN_SJA1000_ISA
  78. tristate "ISA Bus based legacy SJA1000 driver"
  79. help
  80. This driver adds legacy support for SJA1000 chips connected to
  81. the ISA bus using I/O port, memory mapped or indirect access.
  82. config CAN_SJA1000_PLATFORM
  83. tristate "Generic Platform Bus based SJA1000 driver"
  84. help
  85. This driver adds support for the SJA1000 chips connected to
  86. the "platform bus" (Linux abstraction for directly to the
  87. processor attached devices). Which can be found on various
  88. boards from Phytec (http://www.phytec.de) like the PCM027,
  89. PCM038. It also provides the OpenFirmware "platform bus" found
  90. on embedded systems with OpenFirmware bindings, e.g. if you
  91. have a PowerPC based system you may want to enable this option.
  92. config CAN_TSCAN1
  93. tristate "TS-CAN1 PC104 boards"
  94. depends on ISA
  95. help
  96. This driver is for Technologic Systems' TSCAN-1 PC104 boards.
  97. https://www.embeddedts.com/products/TS-CAN1
  98. The driver supports multiple boards and automatically configures them:
  99. PLD IO base addresses are read from jumpers JP1 and JP2,
  100. IRQ numbers are read from jumpers JP4 and JP5,
  101. SJA1000 IO base addresses are chosen heuristically (first that works).
  102. endif