diff options
Diffstat (limited to 'drivers/connector/Kconfig')
-rw-r--r-- | drivers/connector/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/connector/Kconfig b/drivers/connector/Kconfig index 0bc2059c1e08..e0bdc0db9640 100644 --- a/drivers/connector/Kconfig +++ b/drivers/connector/Kconfig | |||
@@ -10,4 +10,12 @@ config CONNECTOR | |||
10 | Connector support can also be built as a module. If so, the module | 10 | Connector support can also be built as a module. If so, the module |
11 | will be called cn.ko. | 11 | will be called cn.ko. |
12 | 12 | ||
13 | config PROC_EVENTS | ||
14 | boolean "Report process events to userspace" | ||
15 | depends on CONNECTOR=y | ||
16 | default y | ||
17 | ---help--- | ||
18 | Provide a connector that reports process events to userspace. Send | ||
19 | events such as fork, exec, id change (uid, gid, suid, etc), and exit. | ||
20 | |||
13 | endmenu | 21 | endmenu |