]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/connector/Kconfig
scsi: hisi_sas: fix timeout check in hisi_sas_internal_task_abort()
[mirror_ubuntu-zesty-kernel.git] / drivers / connector / Kconfig
CommitLineData
7672d0b5 1
13591885 2menuconfig CONNECTOR
7672d0b5
EP
3 tristate "Connector - unified userspace <-> kernelspace linker"
4 depends on NET
5 ---help---
6 This is unified userspace <-> kernelspace connector working on top
7 of the netlink socket protocol.
8
9 Connector support can also be built as a module. If so, the module
4737f097 10 will be called cn.
7672d0b5 11
13591885
JE
12if CONNECTOR
13
9f46080c 14config PROC_EVENTS
6341e62b 15 bool "Report process events to userspace"
9f46080c
MH
16 depends on CONNECTOR=y
17 default y
18 ---help---
19 Provide a connector that reports process events to userspace. Send
20 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
21
13591885 22endif # CONNECTOR