Kconfig 683 B

1234567891011121314151617181920212223
  1. menu "CAN USB interfaces"
  2. depends on USB && CAN_DEV
  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_PEAK_USB
  14. tristate "PEAK PCAN-USB/USB Pro interfaces"
  15. ---help---
  16. This driver supports the PCAN-USB and PCAN-USB Pro adapters
  17. from PEAK-System Technik (http://www.peak-system.com).
  18. endmenu