]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - samples/Kconfig
samples: connector: from Documentation to samples directory
[mirror_ubuntu-artful-kernel.git] / samples / Kconfig
index d54f28c6dc5e5450595f1d5472f14cad3c42cee9..559a58baff6ea5be2915ea6ed551a10c7adf3877 100644 (file)
@@ -76,4 +76,13 @@ config SAMPLE_CONFIGFS
        help
          Builds a sample configfs interface.
 
+config SAMPLE_CONNECTOR
+       tristate "Build connector sample -- loadable modules only"
+       depends on CONNECTOR && m
+       help
+         When enabled, this builds both a sample kernel module for
+         the connector interface and a user space tool to communicate
+         with it.
+         See also Documentation/connector/connector.txt
+
 endif # SAMPLES