Kconfig: depend on TMPFS
authorDaniel Mack <zonque@gmail.com>
Mon, 11 Aug 2014 09:31:25 +0000 (11:31 +0200)
committerDaniel Mack <zonque@gmail.com>
Sun, 17 Aug 2014 19:44:30 +0000 (21:44 +0200)
Kconfig

diff --git a/Kconfig b/Kconfig
index f093882a290047d49adfd752512f10d3ed8fd8dc..b0ace4ab36e99d787869adaa50df6ad503a84d33 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -1,5 +1,6 @@
 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).