aboutsummaryrefslogtreecommitdiffstats
path: root/net/can/Kconfig
diff options
context:
space:
mode:
authorOliver Hartkopp <oliver.hartkopp@volkswagen.de>2007-11-16 15:56:08 -0800
committerDavid S. Miller <davem@davemloft.net>2008-01-28 14:54:12 -0800
commitccb29637991fa6b8321a80c2320a71e379aea962 (patch)
tree07a0a58adcb97c9691ec0d2a0feae5b68804ef4a /net/can/Kconfig
parent[CAN]: Add broadcast manager (bcm) protocol (diff)
downloadlinux-dev-ccb29637991fa6b8321a80c2320a71e379aea962.tar.xz
linux-dev-ccb29637991fa6b8321a80c2320a71e379aea962.zip
[CAN]: Add virtual CAN netdevice driver
This patch adds the virtual CAN bus (vcan) network driver. The vcan device is just a loopback device for CAN frames, no real CAN hardware is involved. Signed-off-by: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> Signed-off-by: Urs Thuermann <urs.thuermann@volkswagen.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/can/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/can/Kconfig b/net/can/Kconfig
index 182b96b80ebc..89395b2c8bca 100644
--- a/net/can/Kconfig
+++ b/net/can/Kconfig
@@ -39,3 +39,6 @@ config CAN_BCM
You probably want to use the bcm socket in most cases where cyclic
CAN messages are used on the bus (e.g. in automotive environments).
To use the Broadcast Manager, use AF_CAN with protocol CAN_BCM.
+
+
+source "drivers/net/can/Kconfig"