kdbus: Fix CONFIG_KDBUS help text
authorDaniel Mack <daniel@zonque.org>
Tue, 24 Mar 2015 18:51:55 +0000 (19:51 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 4 Apr 2016 01:12:34 +0000 (10:12 +0900)
Drop a left-over from the times when documentation lived in a
simple text file, which is no longer the case. Mention the
auto-generated man-pages and HTML files instead.

Change-Id: I9c2c665536149b7e171facdd8976c6d1dff6d132
Reported-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Daniel Mack <daniel@zonque.org>
Reviewed-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
init/Kconfig

index b5a2e8022fe4cba51073f1a698ebeba4eea4f3bb..938807118eeedc6f8b08c7225949021c65d33b70 100644 (file)
@@ -268,10 +268,11 @@ config KDBUS
          D-Bus is a system for low-latency, low-overhead, easy to use
          interprocess communication (IPC).
 
-         See Documentation/kdbus.txt
+         See the man-pages and HTML files in Documentation/kdbus/
+         that are generated by 'make mandocs' and 'make htmldocs'.
 
-         To compile this driver as a module, choose M here: the
-         module will be called kdbus.
+         If you have an ordinary machine, select M here. The module
+         will be called kdbus.
 
 config CROSS_MEMORY_ATTACH
        bool "Enable process_vm_readv/writev syscalls"