mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
d08e973a77
The Geschwister Schneider Family of devices are galvanically isolated USB2.0 to CAN2.0A/B adapters. Currently two form factors are available, a tethered dongle in a rugged enclosure, and mini-pci-e card. Signed-off-by: Maximilian Schneider <max@schneidersoft.net> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
68 lines
2.0 KiB
Plaintext
68 lines
2.0 KiB
Plaintext
menu "CAN USB interfaces"
|
|
depends on USB
|
|
|
|
config CAN_EMS_USB
|
|
tristate "EMS CPC-USB/ARM7 CAN/USB interface"
|
|
---help---
|
|
This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
|
|
from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
|
|
|
|
config CAN_ESD_USB2
|
|
tristate "ESD USB/2 CAN/USB interface"
|
|
---help---
|
|
This driver supports the CAN-USB/2 interface
|
|
from esd electronic system design gmbh (http://www.esd.eu).
|
|
|
|
config CAN_GS_USB
|
|
tristate "Geschwister Schneider UG interfaces"
|
|
---help---
|
|
This driver supports the Geschwister Schneider USB/CAN devices.
|
|
If unsure choose N,
|
|
choose Y for built in support,
|
|
M to compile as module (module will be named: gs_usb).
|
|
|
|
config CAN_KVASER_USB
|
|
tristate "Kvaser CAN/USB interface"
|
|
---help---
|
|
This driver adds support for Kvaser CAN/USB devices like Kvaser
|
|
Leaf Light.
|
|
|
|
The driver provides support for the following devices:
|
|
- Kvaser Leaf Light
|
|
- Kvaser Leaf Professional HS
|
|
- Kvaser Leaf SemiPro HS
|
|
- Kvaser Leaf Professional LS
|
|
- Kvaser Leaf Professional SWC
|
|
- Kvaser Leaf Professional LIN
|
|
- Kvaser Leaf SemiPro LS
|
|
- Kvaser Leaf SemiPro SWC
|
|
- Kvaser Memorator II HS/HS
|
|
- Kvaser USBcan Professional HS/HS
|
|
- Kvaser Leaf Light GI
|
|
- Kvaser Leaf Professional HS (OBD-II connector)
|
|
- Kvaser Memorator Professional HS/LS
|
|
- Kvaser Leaf Light "China"
|
|
- Kvaser BlackBird SemiPro
|
|
- Kvaser USBcan R
|
|
- Kvaser Leaf Light v2
|
|
- Kvaser Mini PCI Express HS
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called kvaser_usb.
|
|
|
|
config CAN_PEAK_USB
|
|
tristate "PEAK PCAN-USB/USB Pro interfaces"
|
|
---help---
|
|
This driver supports the PCAN-USB and PCAN-USB Pro adapters
|
|
from PEAK-System Technik (http://www.peak-system.com).
|
|
|
|
config CAN_8DEV_USB
|
|
tristate "8 devices USB2CAN interface"
|
|
---help---
|
|
This driver supports the USB2CAN interface
|
|
from 8 devices (http://www.8devices.com).
|
|
|
|
endmenu
|