Kconfig 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. menu "CAN USB interfaces"
  2. depends on USB
  3. config CAN_EMS_USB
  4. tristate "EMS CPC-USB/ARM7 CAN/USB interface"
  5. ---help---
  6. This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
  7. from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
  8. config CAN_ESD_USB2
  9. tristate "ESD USB/2 CAN/USB interface"
  10. ---help---
  11. This driver supports the CAN-USB/2 interface
  12. from esd electronic system design gmbh (http://www.esd.eu).
  13. config CAN_GS_USB
  14. tristate "Geschwister Schneider UG interfaces"
  15. ---help---
  16. This driver supports the Geschwister Schneider and bytewerk.org
  17. candleLight USB CAN interfaces USB/CAN devices
  18. If unsure choose N,
  19. choose Y for built in support,
  20. M to compile as module (module will be named: gs_usb).
  21. config CAN_KVASER_USB
  22. tristate "Kvaser CAN/USB interface"
  23. ---help---
  24. This driver adds support for Kvaser CAN/USB devices like Kvaser
  25. Leaf Light and Kvaser USBcan II.
  26. The driver provides support for the following devices:
  27. - Kvaser Leaf Light
  28. - Kvaser Leaf Professional HS
  29. - Kvaser Leaf SemiPro HS
  30. - Kvaser Leaf Professional LS
  31. - Kvaser Leaf Professional SWC
  32. - Kvaser Leaf Professional LIN
  33. - Kvaser Leaf SemiPro LS
  34. - Kvaser Leaf SemiPro SWC
  35. - Kvaser Memorator II HS/HS
  36. - Kvaser USBcan Professional HS/HS
  37. - Kvaser Leaf Light GI
  38. - Kvaser Leaf Professional HS (OBD-II connector)
  39. - Kvaser Memorator Professional HS/LS
  40. - Kvaser Leaf Light "China"
  41. - Kvaser BlackBird SemiPro
  42. - Kvaser USBcan R
  43. - Kvaser Leaf Light v2
  44. - Kvaser Mini PCI Express HS
  45. - Kvaser Mini PCI Express 2xHS
  46. - Kvaser USBcan Light 2xHS
  47. - Kvaser USBcan II HS/HS
  48. - Kvaser USBcan II HS/LS
  49. - Kvaser USBcan Rugged ("USBcan Rev B")
  50. - Kvaser Memorator HS/HS
  51. - Kvaser Memorator HS/LS
  52. - Scania VCI2 (if you have the Kvaser logo on top)
  53. If unsure, say N.
  54. To compile this driver as a module, choose M here: the
  55. module will be called kvaser_usb.
  56. config CAN_PEAK_USB
  57. tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
  58. ---help---
  59. This driver supports the PEAK-System Technik USB adapters that enable
  60. access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
  61. standards, that is:
  62. PCAN-USB single CAN 2.0b channel USB adapter
  63. PCAN-USB Pro dual CAN 2.0b channels USB adapter
  64. PCAN-USB FD single CAN-FD channel USB adapter
  65. PCAN-USB Pro FD dual CAN-FD channels USB adapter
  66. (see also http://www.peak-system.com).
  67. config CAN_8DEV_USB
  68. tristate "8 devices USB2CAN interface"
  69. ---help---
  70. This driver supports the USB2CAN interface
  71. from 8 devices (http://www.8devices.com).
  72. endmenu