kdbus: the driver, original and non-working
[platform/kernel/linux-exynos.git] / samples / Kconfig
index 9cb6318..c7d5486 100644 (file)
@@ -62,6 +62,13 @@ config SAMPLE_KDB
          Build an example of how to dynamically add the hello
          command to the kdb shell.
 
+config SAMPLE_KDBUS
+       bool "Build kdbus API example"
+       depends on KDBUS
+       help
+         Build an example of how the kdbus API can be used from
+         userspace.
+
 config SAMPLE_RPMSG_CLIENT
        tristate "Build rpmsg client sample -- loadable modules only"
        depends on RPMSG && m