summaryrefslogtreecommitdiff
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2019-02-13 10:15:51 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2019-02-13 10:15:51 +1100
commit2555265e54f0d49153d4614f350a5203d3da4281 (patch)
tree2778126a59d0f30c66dd496551ca5268cb4cd59b /samples/Kconfig
parenteaf1605585b4bb83c94d900fc84cc48d9df38f65 (diff)
parentdb693aded3fb419c763963246281e417c1c0e126 (diff)
Merge remote-tracking branch 'jc_docs/docs-next'
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
Specifically it does *not* include any legacy vga stuff.
Device looks a lot like "qemu -device secondary-vga".
+config SAMPLE_ANDROID_BINDERFS
+ bool "Build Android binderfs example"
+ depends on CONFIG_ANDROID_BINDERFS
+ help
+ Builds a sample program to illustrate the use of the Android binderfs
+ filesystem.
+
config SAMPLE_STATX
bool "Build example extended-stat using code"
depends on BROKEN