~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/connector/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
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.
 
8
 
 
9
          Connector support can also be built as a module.  If so, the module
 
10
          will be called cn.
 
11
 
 
12
if CONNECTOR
 
13
 
 
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.
 
21
 
 
22
endif # CONNECTOR