Kconfig 484 B

1234567891011121314151617
  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. endmenu