]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/can/softing/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-jammy-kernel.git] / drivers / net / can / softing / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
03fd3cf5
KVD
2config CAN_SOFTING
3 tristate "Softing Gmbh CAN generic support"
6586c5d7 4 depends on HAS_IOMEM
03fd3cf5
KVD
5 ---help---
6 Support for CAN cards from Softing Gmbh & some cards
7 from Vector Gmbh.
8 Softing Gmbh CAN cards come with 1 or 2 physical busses.
9 Those cards typically use Dual Port RAM to communicate
10 with the host CPU. The interface is then identical for PCI
11 and PCMCIA cards. This driver operates on a platform device,
12 which has been created by softing_cs or softing_pci driver.
13 Warning:
14 The API of the card does not allow fine control per bus, but
15 controls the 2 busses on the card together.
16 As such, some actions (start/stop/busoff recovery) on 1 bus
17 must bring down the other bus too temporarily.
0a0b7a5f
KVD
18
19config CAN_SOFTING_CS
20 tristate "Softing Gmbh CAN pcmcia cards"
21 depends on PCMCIA
ddfdb508 22 depends on CAN_SOFTING
0a0b7a5f
KVD
23 ---help---
24 Support for PCMCIA cards from Softing Gmbh & some cards
25 from Vector Gmbh.
26 You need firmware for these, which you can get at
27 http://developer.berlios.de/projects/socketcan/
28 This version of the driver is written against
29 firmware version 4.6 (softing-fw-4.6-binaries.tar.gz)
30 In order to use the card as CAN device, you need the Softing generic
31 support too.