]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - samples/Kconfig
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
[karo-tx-linux.git] / samples / Kconfig
index 41063e7592d2392b231c42cf86b4144d5f7a34b4..96a7572853f7b8f6a5346389c0ec2ff781f068a4 100644 (file)
@@ -61,4 +61,10 @@ config SAMPLE_KDB
          Build an example of how to dynamically add the hello
          command to the kdb shell.
 
+config SAMPLE_HIDRAW
+       bool "Build simple hidraw example"
+       depends on HIDRAW && HEADERS_CHECK
+       help
+         Build an example of how to use hidraw from userspace.
+
 endif # SAMPLES