kdbus: the driver, original and non-working
[platform/kernel/linux-rpi.git] / init / Kconfig
index 6db3e31..b90c51a 100644 (file)
@@ -323,6 +323,19 @@ config POSIX_MQUEUE_SYSCTL
        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