treewide: replace '---help---' in Kconfig files with 'help'
[linux-2.6-microblaze.git] / drivers / connector / Kconfig
index ba1f3f4..0c2d2aa 100644 (file)
@@ -3,7 +3,7 @@
 menuconfig CONNECTOR
        tristate "Connector - unified userspace <-> kernelspace linker"
        depends on NET
-       ---help---
+       help
          This is unified userspace <-> kernelspace connector working on top
          of the netlink socket protocol.
 
@@ -16,7 +16,7 @@ config PROC_EVENTS
        bool "Report process events to userspace"
        depends on CONNECTOR=y
        default y
-       ---help---
+       help
          Provide a connector that reports process events to userspace. Send
          events such as fork, exec, id change (uid, gid, suid, etc), and exit.