Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. menu "CAN USB interfaces"
  2. depends on USB
  3. config CAN_8DEV_USB
  4. tristate "8 devices USB2CAN interface"
  5. ---help---
  6. This driver supports the USB2CAN interface
  7. from 8 devices (http://www.8devices.com).
  8. config CAN_EMS_USB
  9. tristate "EMS CPC-USB/ARM7 CAN/USB interface"
  10. ---help---
  11. This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
  12. from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
  13. config CAN_ESD_USB2
  14. tristate "ESD USB/2 CAN/USB interface"
  15. ---help---
  16. This driver supports the CAN-USB/2 interface
  17. from esd electronic system design gmbh (http://www.esd.eu).
  18. config CAN_GS_USB
  19. tristate "Geschwister Schneider UG interfaces"
  20. ---help---
  21. This driver supports the Geschwister Schneider and bytewerk.org
  22. candleLight USB CAN interfaces USB/CAN devices
  23. If unsure choose N,
  24. choose Y for built in support,
  25. M to compile as module (module will be named: gs_usb).
  26. config CAN_KVASER_USB
  27. tristate "Kvaser CAN/USB interface"
  28. ---help---
  29. This driver adds support for Kvaser CAN/USB devices like Kvaser
  30. Leaf Light, Kvaser USBcan II and Kvaser Memorator Pro 5xHS.
  31. The driver provides support for the following devices:
  32. - Kvaser Leaf Light
  33. - Kvaser Leaf Professional HS
  34. - Kvaser Leaf SemiPro HS
  35. - Kvaser Leaf Professional LS
  36. - Kvaser Leaf Professional SWC
  37. - Kvaser Leaf Professional LIN
  38. - Kvaser Leaf SemiPro LS
  39. - Kvaser Leaf SemiPro SWC
  40. - Kvaser Memorator II HS/HS
  41. - Kvaser USBcan Professional HS/HS
  42. - Kvaser Leaf Light GI
  43. - Kvaser Leaf Professional HS (OBD-II connector)
  44. - Kvaser Memorator Professional HS/LS
  45. - Kvaser Leaf Light "China"
  46. - Kvaser BlackBird SemiPro
  47. - Kvaser USBcan R
  48. - Kvaser Leaf Light v2
  49. - Kvaser Mini PCI Express HS
  50. - Kvaser Mini PCI Express 2xHS
  51. - Kvaser USBcan Light 2xHS
  52. - Kvaser USBcan II HS/HS
  53. - Kvaser USBcan II HS/LS
  54. - Kvaser USBcan Rugged ("USBcan Rev B")
  55. - Kvaser Memorator HS/HS
  56. - Kvaser Memorator HS/LS
  57. - Scania VCI2 (if you have the Kvaser logo on top)
  58. - Kvaser BlackBird v2
  59. - Kvaser Leaf Pro HS v2
  60. - Kvaser Hybrid 2xCAN/LIN
  61. - Kvaser Hybrid Pro 2xCAN/LIN
  62. - Kvaser Memorator 2xHS v2
  63. - Kvaser Memorator Pro 2xHS v2
  64. - Kvaser Memorator Pro 5xHS
  65. - Kvaser USBcan Light 4xHS
  66. - Kvaser USBcan Pro 2xHS v2
  67. - Kvaser USBcan Pro 5xHS
  68. - ATI Memorator Pro 2xHS v2
  69. - ATI USBcan Pro 2xHS v2
  70. If unsure, say N.
  71. To compile this driver as a module, choose M here: the
  72. module will be called kvaser_usb.
  73. config CAN_MCBA_USB
  74. tristate "Microchip CAN BUS Analyzer interface"
  75. ---help---
  76. This driver supports the CAN BUS Analyzer interface
  77. from Microchip (http://www.microchip.com/development-tools/).
  78. config CAN_PEAK_USB
  79. tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
  80. ---help---
  81. This driver supports the PEAK-System Technik USB adapters that enable
  82. access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
  83. standards, that is:
  84. PCAN-USB single CAN 2.0b channel USB adapter
  85. PCAN-USB Pro dual CAN 2.0b channels USB adapter
  86. PCAN-USB FD single CAN-FD channel USB adapter
  87. PCAN-USB Pro FD dual CAN-FD channels USB adapter
  88. PCAN-Chip USB CAN-FD to USB stamp module
  89. PCAN-USB X6 6 CAN-FD channels USB adapter
  90. (see also http://www.peak-system.com).
  91. config CAN_MCBA_USB
  92. tristate "Microchip CAN BUS Analyzer interface"
  93. ---help---
  94. This driver supports the CAN BUS Analyzer interface
  95. from Microchip (http://www.microchip.com/development-tools/).
  96. config CAN_UCAN
  97. tristate "Theobroma Systems UCAN interface"
  98. ---help---
  99. This driver supports the Theobroma Systems
  100. UCAN USB-CAN interface.
  101. The UCAN driver supports the microcontroller-based USB/CAN
  102. adapters from Theobroma Systems. There are two form-factors
  103. that run essentially the same firmware:
  104. * Seal: standalone USB stick
  105. https://www.theobroma-systems.com/seal)
  106. * Mule: integrated on the PCB of various System-on-Modules
  107. from Theobroma Systems like the A31-µQ7 and the RK3399-Q7
  108. (https://www.theobroma-systems.com/rk3399-q7)
  109. endmenu