Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930
  1. config CAN_SOFTING
  2. tristate "Softing Gmbh CAN generic support"
  3. depends on HAS_IOMEM
  4. ---help---
  5. Support for CAN cards from Softing Gmbh & some cards
  6. from Vector Gmbh.
  7. Softing Gmbh CAN cards come with 1 or 2 physical busses.
  8. Those cards typically use Dual Port RAM to communicate
  9. with the host CPU. The interface is then identical for PCI
  10. and PCMCIA cards. This driver operates on a platform device,
  11. which has been created by softing_cs or softing_pci driver.
  12. Warning:
  13. The API of the card does not allow fine control per bus, but
  14. controls the 2 busses on the card together.
  15. As such, some actions (start/stop/busoff recovery) on 1 bus
  16. must bring down the other bus too temporarily.
  17. config CAN_SOFTING_CS
  18. tristate "Softing Gmbh CAN pcmcia cards"
  19. depends on PCMCIA
  20. depends on CAN_SOFTING
  21. ---help---
  22. Support for PCMCIA cards from Softing Gmbh & some cards
  23. from Vector Gmbh.
  24. You need firmware for these, which you can get at
  25. http://developer.berlios.de/projects/socketcan/
  26. This version of the driver is written against
  27. firmware version 4.6 (softing-fw-4.6-binaries.tar.gz)
  28. In order to use the card as CAN device, you need the Softing generic
  29. support too.