xref: /openbmc/linux/net/kcm/Kconfig (revision 5b06931d7f8b8059bec8563b2e8d531218e03e2f)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config AF_KCM
4	tristate "KCM sockets"
5	depends on INET
6	select BPF_SYSCALL
7	select STREAM_PARSER
8	help
9	  KCM (Kernel Connection Multiplexor) sockets provide a method
10	  for multiplexing messages of a message based application
11	  protocol over kernel connectons (e.g. TCP connections).
12