F: Documentation/kbuild/kconfig-language.txt
F: scripts/kconfig/
-KDBUS
-M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-M: Daniel Mack <daniel@zonque.org>
-M: David Herrmann <dh.herrmann@googlemail.com>
-M: Djalal Harouni <tixxdz@opendz.org>
-L: linux-kernel@vger.kernel.org
-S: Maintained
-F: ipc/kdbus/*
-F: samples/kdbus/*
-F: Documentation/kdbus/*
-F: include/uapi/linux/kdbus.h
-F: tools/testing/selftests/kdbus/
-
KDUMP
M: Vivek Goyal <vgoyal@redhat.com>
M: Haren Myneni <hbabu@us.ibm.com>
depends on SYSCTL
default y
-config KDBUS
- tristate "kdbus interprocess communication"
- depends on TMPFS
- help
- D-Bus is a system for low-latency, low-overhead, easy to use
- interprocess communication (IPC).
-
- See the man-pages and HTML files in Documentation/kdbus/
- that are generated by 'make mandocs' and 'make htmldocs'.
-
- 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"
depends on MMU
obj-$(CONFIG_POSIX_MQUEUE) += mqueue.o msgutil.o $(obj_mq-y)
obj-$(CONFIG_IPC_NS) += namespace.o
obj-$(CONFIG_POSIX_MQUEUE_SYSCTL) += mq_sysctl.o
-obj-$(CONFIG_KDBUS) += kdbus/
+
+++ /dev/null
-kdbus-y := \
- bus.o \
- connection.o \
- endpoint.o \
- fs.o \
- handle.o \
- item.o \
- main.o \
- match.o \
- message.o \
- metadata.o \
- names.o \
- node.o \
- notify.o \
- domain.o \
- policy.o \
- pool.o \
- reply.o \
- queue.o \
- util.o
-
-obj-$(CONFIG_KDBUS) += kdbus.o