From: Daniel Mack Date: Tue, 24 Mar 2015 18:51:55 +0000 (+0100) Subject: kdbus: Fix CONFIG_KDBUS help text X-Git-Tag: submit/tizen/20150629.113101~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1987bf0632513c62d90bcd502d2222f6e08dfa9b;p=platform%2Fkernel%2Flinux-exynos.git kdbus: Fix CONFIG_KDBUS help text 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 Signed-off-by: Daniel Mack Reviewed-by: David Herrmann Signed-off-by: Greg Kroah-Hartman Signed-off-by: Paul Osmialowski --- diff --git a/init/Kconfig b/init/Kconfig index a7b462e7d647..6bda631badc1 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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"