linux/drivers/net/can/usb/Kconfig
<<
>>
Prefs
   1menu "CAN USB interfaces"
   2        depends on USB
   3
   4config CAN_EMS_USB
   5        tristate "EMS CPC-USB/ARM7 CAN/USB interface"
   6        ---help---
   7          This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
   8          from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
   9
  10config CAN_ESD_USB2
  11        tristate "ESD USB/2 CAN/USB interface"
  12        ---help---
  13          This driver supports the CAN-USB/2 interface
  14          from esd electronic system design gmbh (http://www.esd.eu).
  15
  16config CAN_KVASER_USB
  17        tristate "Kvaser CAN/USB interface"
  18        ---help---
  19          This driver adds support for Kvaser CAN/USB devices like Kvaser
  20          Leaf Light.
  21
  22          The driver gives support for the following devices:
  23            - Kvaser Leaf Light
  24            - Kvaser Leaf Professional HS
  25            - Kvaser Leaf SemiPro HS
  26            - Kvaser Leaf Professional LS
  27            - Kvaser Leaf Professional SWC
  28            - Kvaser Leaf Professional LIN
  29            - Kvaser Leaf SemiPro LS
  30            - Kvaser Leaf SemiPro SWC
  31            - Kvaser Memorator II HS/HS
  32            - Kvaser USBcan Professional HS/HS
  33            - Kvaser Leaf Light GI
  34            - Kvaser Leaf Professional HS (OBD-II connector)
  35            - Kvaser Memorator Professional HS/LS
  36            - Kvaser Leaf Light "China"
  37            - Kvaser BlackBird SemiPro
  38            - Kvaser USBcan R
  39
  40          If unsure, say N.
  41
  42          To compile this driver as a module, choose M here: the
  43          module will be called kvaser_usb.
  44
  45config CAN_PEAK_USB
  46        tristate "PEAK PCAN-USB/USB Pro interfaces"
  47        ---help---
  48          This driver supports the PCAN-USB and PCAN-USB Pro adapters
  49          from PEAK-System Technik (http://www.peak-system.com).
  50
  51config CAN_8DEV_USB
  52        tristate "8 devices USB2CAN interface"
  53        ---help---
  54          This driver supports the USB2CAN interface
  55          from 8 devices (http://www.8devices.com).
  56
  57endmenu
  58