Merge branch 'kvm-hv-xmm-hypercall-fixes' into HEAD
[linux-block.git] / drivers / connector / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
7672d0b5 2
13591885 3menuconfig CONNECTOR
7672d0b5
EP
4 tristate "Connector - unified userspace <-> kernelspace linker"
5 depends on NET
a7f7f624 6 help
7672d0b5
EP
7 This is unified userspace <-> kernelspace connector working on top
8 of the netlink socket protocol.
9
10 Connector support can also be built as a module. If so, the module
4737f097 11 will be called cn.
7672d0b5 12
13591885
JE
13if CONNECTOR
14
9f46080c 15config PROC_EVENTS
6341e62b 16 bool "Report process events to userspace"
9f46080c
MH
17 depends on CONNECTOR=y
18 default y
a7f7f624 19 help
9f46080c
MH
20 Provide a connector that reports process events to userspace. Send
21 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
22
13591885 23endif # CONNECTOR