diff options
Diffstat (limited to 'drivers/net/can/usb/Kconfig')
-rw-r--r-- | drivers/net/can/usb/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig index 0a6876841c20..a4e4bee35710 100644 --- a/drivers/net/can/usb/Kconfig +++ b/drivers/net/can/usb/Kconfig | |||
@@ -13,6 +13,35 @@ config CAN_ESD_USB2 | |||
13 | This driver supports the CAN-USB/2 interface | 13 | This driver supports the CAN-USB/2 interface |
14 | from esd electronic system design gmbh (http://www.esd.eu). | 14 | from esd electronic system design gmbh (http://www.esd.eu). |
15 | 15 | ||
16 | config 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 | |||
16 | config CAN_PEAK_USB | 45 | config CAN_PEAK_USB |
17 | tristate "PEAK PCAN-USB/USB Pro interfaces" | 46 | tristate "PEAK PCAN-USB/USB Pro interfaces" |
18 | ---help--- | 47 | ---help--- |