aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2009-05-15 19:39:33 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-18 18:41:43 -0400
commit3878fb6fdbceecca20b15748f807340854220f06 (patch)
tree2d36bb539adbee72d4724188f33c0f96fb7493dc /drivers/net/can/Kconfig
parenta61a8423c71d6da6f1f6f854d8adcea24b80bef6 (diff)
The patch adds support for the PCI cards: PCIcan and PCIcanx (1, 2 or 4 channel) from Kvaser (http://www.kvaser.com).
Signed-off-by: Per Dalen <per.dalen@cnw.se> Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index f1684cd03b3a..cfd6c5a285fa 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -58,6 +58,13 @@ config CAN_EMS_PCI
58 This driver is for the one or two channel CPC-PCI and CPC-PCIe 58 This driver is for the one or two channel CPC-PCI and CPC-PCIe
59 cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de). 59 cards from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
60 60
61config CAN_KVASER_PCI
62 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
63 depends on PCI && CAN_SJA1000
64 ---help---
65 This driver is for the the PCIcanx and PCIcan cards (1, 2 or
66 4 channel) from Kvaser (http://www.kvaser.com).
67
61config CAN_DEBUG_DEVICES 68config CAN_DEBUG_DEVICES
62 bool "CAN devices debugging messages" 69 bool "CAN devices debugging messages"
63 depends on CAN 70 depends on CAN