aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/Kconfig
diff options
context:
space:
mode:
authorWolfgang Grandegger <wg@grandegger.com>2009-05-15 19:39:30 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-18 18:41:41 -0400
commit429da1cc841bc9f2e762fd7272fc2b80314b890a (patch)
treea9ae764bf413b6597f8ec8a957483bd17f3c2941 /drivers/net/can/Kconfig
parent39549eef3587f1c1e8c65c88a2400d10fd30ea17 (diff)
can: Driver for the SJA1000 CAN controller
This patch adds the generic Socket-CAN driver for the Philips SJA1000 full CAN controller. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/Kconfig')
-rw-r--r--drivers/net/can/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index 77adb8ef6e4f..c7e5ce339ead 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -35,6 +35,12 @@ config CAN_CALC_BITTIMING
35 arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw". 35 arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw".
36 If unsure, say Y. 36 If unsure, say Y.
37 37
38config CAN_SJA1000
39 depends on CAN_DEV
40 tristate "Philips SJA1000"
41 ---help---
42 Driver for the SJA1000 CAN controllers from Philips or NXP
43
38config CAN_DEBUG_DEVICES 44config CAN_DEBUG_DEVICES
39 bool "CAN devices debugging messages" 45 bool "CAN devices debugging messages"
40 depends on CAN 46 depends on CAN