xref: /openbmc/linux/drivers/net/can/usb/Kconfig (revision ba61bb17)
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_GS_USB
17	tristate "Geschwister Schneider UG interfaces"
18	---help---
19	  This driver supports the Geschwister Schneider and bytewerk.org
20	  candleLight USB CAN interfaces USB/CAN devices
21	  If unsure choose N,
22	  choose Y for built in support,
23	  M to compile as module (module will be named: gs_usb).
24
25config CAN_KVASER_USB
26	tristate "Kvaser CAN/USB interface"
27	---help---
28	  This driver adds support for Kvaser CAN/USB devices like Kvaser
29	  Leaf Light and Kvaser USBcan II.
30
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
59	  If unsure, say N.
60
61	  To compile this driver as a module, choose M here: the
62	  module will be called kvaser_usb.
63
64config CAN_PEAK_USB
65	tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
66	---help---
67	  This driver supports the PEAK-System Technik USB adapters that enable
68	  access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
69	  standards, that is:
70
71	  PCAN-USB             single CAN 2.0b channel USB adapter
72	  PCAN-USB Pro         dual CAN 2.0b channels USB adapter
73	  PCAN-USB FD          single CAN-FD channel USB adapter
74	  PCAN-USB Pro FD      dual CAN-FD channels USB adapter
75	  PCAN-Chip USB        CAN-FD to USB stamp module
76	  PCAN-USB X6          6 CAN-FD channels USB adapter
77
78	  (see also http://www.peak-system.com).
79
80config CAN_8DEV_USB
81	tristate "8 devices USB2CAN interface"
82	---help---
83	  This driver supports the USB2CAN interface
84	  from 8 devices (http://www.8devices.com).
85
86config CAN_MCBA_USB
87	tristate "Microchip CAN BUS Analyzer interface"
88	---help---
89	  This driver supports the CAN BUS Analyzer interface
90	  from Microchip (http://www.microchip.com/development-tools/).
91
92endmenu
93