summaryrefslogtreecommitdiffstats
path: root/net/Kconfig
diff options
context:
space:
mode:
authorOliver Hartkopp2007-11-17 00:52:17 +0100
committerDavid S. Miller2008-01-28 23:54:10 +0100
commit0d66548a10cbbe0ef256852d63d30603f0f73f9b (patch)
tree58c91033f88014c6a25b4d105a721bc58ec35f2c /net/Kconfig
parent[CAN]: Allocate protocol numbers for PF_CAN (diff)
downloadkernel-qcow2-linux-0d66548a10cbbe0ef256852d63d30603f0f73f9b.tar.gz
kernel-qcow2-linux-0d66548a10cbbe0ef256852d63d30603f0f73f9b.tar.xz
kernel-qcow2-linux-0d66548a10cbbe0ef256852d63d30603f0f73f9b.zip
[CAN]: Add PF_CAN core module
This patch adds the CAN core functionality but no protocols or drivers. No protocol implementations are included here. They come as separate patches. Protocol numbers are already in include/linux/can.h. 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 'net/Kconfig')
-rw-r--r--net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Kconfig b/net/Kconfig
index ab4e6da5012f..58ed2f4199dc 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -218,6 +218,7 @@ endmenu
endmenu
source "net/ax25/Kconfig"
+source "net/can/Kconfig"
source "net/irda/Kconfig"
source "net/bluetooth/Kconfig"
source "net/rxrpc/Kconfig"