xref: /linux/net/kcm/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas 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
8ab7ac4ebSTom Herbert	---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