GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / connector / Kconfig
blob6e6730f9dfd16cd068b77ed1359c16aff4bd017b
2 menuconfig CONNECTOR
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.
9           Connector support can also be built as a module.  If so, the module
10           will be called cn.
12 if CONNECTOR
14 config PROC_EVENTS
15         boolean "Report process events to userspace"
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.
22 endif # CONNECTOR