diff options
author | Daniel Mack <daniel@zonque.org> | 2015-03-24 19:51:55 +0100 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2016-05-16 09:20:03 +0200 |
commit | 0e433fc0eaecb3f2e4f6ee1edcc94c5cd8bca7d7 (patch) | |
tree | 014dac5fbf37dd99e08fb1730a873f792fbf9948 /init | |
parent | c021be145c56a87077165a05b9e26ea4b8403cb8 (diff) | |
download | linux-exynos-0e433fc0eaecb3f2e4f6ee1edcc94c5cd8bca7d7.tar.gz linux-exynos-0e433fc0eaecb3f2e4f6ee1edcc94c5cd8bca7d7.tar.bz2 linux-exynos-0e433fc0eaecb3f2e4f6ee1edcc94c5cd8bca7d7.zip |
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.
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index b5a2e8022fe4..938807118eee 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" |