| Kurt Van Dijck | 03fd3cf | 2011-01-11 04:32:31 +0000 | [diff] [blame] | 1 | config CAN_SOFTING | 
 | 2 | 	tristate "Softing Gmbh CAN generic support" | 
| Chuck Ebbert | cc09b5f | 2011-01-31 05:44:07 +0000 | [diff] [blame] | 3 | 	depends on CAN_DEV && HAS_IOMEM | 
| Kurt Van Dijck | 03fd3cf | 2011-01-11 04:32:31 +0000 | [diff] [blame] | 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. | 
| Kurt Van Dijck | 0a0b7a5 | 2011-01-11 04:34:28 +0000 | [diff] [blame] | 17 |  | 
 | 18 | config CAN_SOFTING_CS | 
 | 19 | 	tristate "Softing Gmbh CAN pcmcia cards" | 
 | 20 | 	depends on PCMCIA | 
| Kurt Van Dijck | ddfdb50 | 2011-02-14 11:44:01 -0800 | [diff] [blame^] | 21 | 	depends on CAN_SOFTING | 
| Kurt Van Dijck | 0a0b7a5 | 2011-01-11 04:34:28 +0000 | [diff] [blame] | 22 | 	---help--- | 
 | 23 | 	  Support for PCMCIA cards from Softing Gmbh & some cards | 
 | 24 | 	  from Vector Gmbh. | 
 | 25 | 	  You need firmware for these, which you can get at | 
 | 26 | 	  http://developer.berlios.de/projects/socketcan/ | 
 | 27 | 	  This version of the driver is written against | 
 | 28 | 	  firmware version 4.6 (softing-fw-4.6-binaries.tar.gz) | 
 | 29 | 	  In order to use the card as CAN device, you need the Softing generic | 
 | 30 | 	  support too. |