Kconfig 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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_KVASER_USB
  14. tristate "Kvaser CAN/USB interface"
  15. ---help---
  16. This driver adds support for Kvaser CAN/USB devices like Kvaser
  17. Leaf Light.
  18. The driver gives support for the following devices:
  19. - Kvaser Leaf Light
  20. - Kvaser Leaf Professional HS
  21. - Kvaser Leaf SemiPro HS
  22. - Kvaser Leaf Professional LS
  23. - Kvaser Leaf Professional SWC
  24. - Kvaser Leaf Professional LIN
  25. - Kvaser Leaf SemiPro LS
  26. - Kvaser Leaf SemiPro SWC
  27. - Kvaser Memorator II HS/HS
  28. - Kvaser USBcan Professional HS/HS
  29. - Kvaser Leaf Light GI
  30. - Kvaser Leaf Professional HS (OBD-II connector)
  31. - Kvaser Memorator Professional HS/LS
  32. - Kvaser Leaf Light "China"
  33. - Kvaser BlackBird SemiPro
  34. - Kvaser USBcan R
  35. If unsure, say N.
  36. To compile this driver as a module, choose M here: the
  37. module will be called kvaser_usb.
  38. config CAN_PEAK_USB
  39. tristate "PEAK PCAN-USB/USB Pro interfaces"
  40. ---help---
  41. This driver supports the PCAN-USB and PCAN-USB Pro adapters
  42. from PEAK-System Technik (http://www.peak-system.com).
  43. config CAN_8DEV_USB
  44. tristate "8 devices USB2CAN interface"
  45. ---help---
  46. This driver supports the USB2CAN interface
  47. from 8 devices (http://www.8devices.com).
  48. endmenu