From d635711daa98be86d4c7fd01499c34f566b54ccb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 10 Jun 2016 05:30:17 -0300 Subject: Linux-libre 4.6.2-gnu --- net/kcm/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/kcm/Kconfig (limited to 'net/kcm/Kconfig') diff --git a/net/kcm/Kconfig b/net/kcm/Kconfig new file mode 100644 index 000000000..5db94d940 --- /dev/null +++ b/net/kcm/Kconfig @@ -0,0 +1,10 @@ + +config AF_KCM + tristate "KCM sockets" + depends on INET + select BPF_SYSCALL + ---help--- + KCM (Kernel Connection Multiplexor) sockets provide a method + for multiplexing messages of a message based application + protocol over kernel connectons (e.g. TCP connections). + -- cgit v1.2.3-54-g00ecf