aboutsummaryrefslogtreecommitdiff
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-09-02 15:08:30 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-09-02 15:08:30 +1000
commiteaa9e091a042da3d1791d03798b87e513389e013 (patch)
tree93dbc51c6fe41d4a1a2430ebf73831d0877197f5 /samples/Kconfig
parentc2141b71f426776516ce378a5033d7428ce01831 (diff)
parenta36324913ff21d7a0989c52b7208e8d738e17d64 (diff)
Merge remote-tracking branch 'kdbus/kdbus'
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 224ebb46bed5..a4c6b2f8fa85 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -55,6 +55,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