Kconfig 2.0 KB

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