diff options
author | Kurt Van Dijck <kurt.van.dijck@eia.be> | 2011-01-10 23:34:28 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-01-21 23:15:34 -0500 |
commit | 0a0b7a5f7a043d86a95990d3227cf7e823ae52ac (patch) | |
tree | dc3db17011809b6210c35c263662537a610a0a58 /drivers/net/can/softing/Kconfig | |
parent | 03fd3cf5a179da12e6bee5e9d74b648aff68dc4c (diff) |
can: add driver for Softing card
This patch adds the driver that creates a platform:softing device
from a pcmcia_device
Note: the Kconfig indicates a dependency on the softing.ko driver,
but this is purely to make configuration intuitive. This driver will
work independent, but no CAN network devices appear until softing.ko is
loaded too.
Signed-off-by: Kurt Van Dijck <kurt.van.dijck@eia.be>
Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/softing/Kconfig')
-rw-r--r-- | drivers/net/can/softing/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/net/can/softing/Kconfig b/drivers/net/can/softing/Kconfig index 072f337f42e3..92bd6bdde5e3 100644 --- a/drivers/net/can/softing/Kconfig +++ b/drivers/net/can/softing/Kconfig | |||
@@ -14,3 +14,17 @@ config CAN_SOFTING | |||
14 | controls the 2 busses on the card together. | 14 | controls the 2 busses on the card together. |
15 | As such, some actions (start/stop/busoff recovery) on 1 bus | 15 | As such, some actions (start/stop/busoff recovery) on 1 bus |
16 | must bring down the other bus too temporarily. | 16 | must bring down the other bus too temporarily. |
17 | |||
18 | config CAN_SOFTING_CS | ||
19 | tristate "Softing Gmbh CAN pcmcia cards" | ||
20 | depends on PCMCIA | ||
21 | select CAN_SOFTING | ||
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. | ||