From ccb29637991fa6b8321a80c2320a71e379aea962 Mon Sep 17 00:00:00 2001 From: Oliver Hartkopp Date: Fri, 16 Nov 2007 15:56:08 -0800 Subject: [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 Signed-off-by: Urs Thuermann Signed-off-by: David S. Miller --- net/can/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/can') diff --git a/net/can/Kconfig b/net/can/Kconfig index 182b96b80eb..89395b2c8bc 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" -- cgit v1.2.3