staging: rtl8188eu: make two arrays static const, makes object smaller
[linux/fpc-iii.git] / drivers / connector / Kconfig
blobba1f3f421cc6f9df2c2697045002838f3dca2f1a
1 # SPDX-License-Identifier: GPL-2.0-only
3 menuconfig CONNECTOR
4         tristate "Connector - unified userspace <-> kernelspace linker"
5         depends on NET
6         ---help---
7           This is unified userspace <-> kernelspace connector working on top
8           of the netlink socket protocol.
10           Connector support can also be built as a module.  If so, the module
11           will be called cn.
13 if CONNECTOR
15 config PROC_EVENTS
16         bool "Report process events to userspace"
17         depends on CONNECTOR=y
18         default y
19         ---help---
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.
23 endif # CONNECTOR