summaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorChristian Brauner <christian@brauner.io>2019-01-11 08:41:00 -0500
committerJonathan Corbet <corbet@lwn.net>2019-01-14 19:22:22 -0500
commit9762dc1432e10d5571c1ae746c41469504360c2a (patch)
tree0291cfd86b5b49e8a5363b2248f72a79b64438fd /samples/Kconfig
parent35283f56626cbc6d5b2dcb42f6d2189ce34fee3d (diff)
samples: add binderfs sample program
This adds a simple sample program mounting binderfs and adding, then removing a binder device. Hopefully, it will be helpful to users who want to know how binderfs is supposed to be used. Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
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 ad1ec7016d4c..d19754ccad08 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -147,6 +147,13 @@ config SAMPLE_VFIO_MDEV_MBOCHS
147 Specifically it does *not* include any legacy vga stuff. 147 Specifically it does *not* include any legacy vga stuff.
148 Device looks a lot like "qemu -device secondary-vga". 148 Device looks a lot like "qemu -device secondary-vga".
149 149
150config SAMPLE_ANDROID_BINDERFS
151 bool "Build Android binderfs example"
152 depends on CONFIG_ANDROID_BINDERFS
153 help
154 Builds a sample program to illustrate the use of the Android binderfs
155 filesystem.
156
150config SAMPLE_STATX 157config SAMPLE_STATX
151 bool "Build example extended-stat using code" 158 bool "Build example extended-stat using code"
152 depends on BROKEN 159 depends on BROKEN