aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/connector/Kconfig
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@linux01.gwdg.de>2007-07-16 02:39:32 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-16 12:05:40 -0400
commit13591885a90f8f5e3849ad1f1973649115d5bad4 (patch)
tree7c90040cc029e2ad74ffefac1ecbec58cf93ce5f /drivers/connector/Kconfig
parent7126b75c8794f9fffda227d08b7ad1e138fa2c6c (diff)
Use menuconfig objects: connector
Use menuconfigs instead of menus, so the whole menu can be disabled at once instead of going through all options. Signed-off-by: Jan Engelhardt <jengelh@gmx.de> Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/connector/Kconfig')
-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