aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/connector/Kconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/connector/Kconfig b/drivers/connector/Kconfig
index e0bdc0db9640..100bfd422066 100644
--- a/drivers/connector/Kconfig
+++ b/drivers/connector/Kconfig
@@ -1,6 +1,5 @@
1menu "Connector - unified userspace <-> kernelspace linker"
2 1
3config CONNECTOR 2menuconfig CONNECTOR
4 tristate "Connector - unified userspace <-> kernelspace linker" 3 tristate "Connector - unified userspace <-> kernelspace linker"
5 depends on NET 4 depends on NET
6 ---help--- 5 ---help---
@@ -10,6 +9,8 @@ config CONNECTOR
10 Connector support can also be built as a module. If so, the module 9 Connector support can also be built as a module. If so, the module
11 will be called cn.ko. 10 will be called cn.ko.
12 11
12if CONNECTOR
13
13config PROC_EVENTS 14config PROC_EVENTS
14 boolean "Report process events to userspace" 15 boolean "Report process events to userspace"
15 depends on CONNECTOR=y 16 depends on CONNECTOR=y
@@ -18,4 +19,4 @@ config PROC_EVENTS
18 Provide a connector that reports process events to userspace. Send 19 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 events such as fork, exec, id change (uid, gid, suid, etc), and exit.
20 21
21endmenu 22endif # CONNECTOR