kdbus: the driver, original and non-working
[platform/kernel/linux-rpi.git] / samples / Kconfig
index c8dacb4..df6a38b 100644 (file)
@@ -72,6 +72,13 @@ config SAMPLE_QMI_CLIENT
          Build an QMI client sample driver, which demonstrates how to
          communicate with a remote QRTR service, using QMI encoded messages.
 
+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