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