PCI: pnv_php: Add missing of_node_put()
[linux-2.6-block.git] / samples / Kconfig
index f524f551718eb2a5ffa4e083fd2c91d2fb9a5dbe..3db002b9e1d39b4987d87dadc26c3673287d6508 100644 (file)
@@ -62,6 +62,16 @@ config SAMPLE_KDB
          Build an example of how to dynamically add the hello
          command to the kdb shell.
 
+config SAMPLE_QMI_CLIENT
+       tristate "Build qmi client sample -- loadable modules only"
+       depends on m
+       depends on ARCH_QCOM
+       depends on NET
+       select QCOM_QMI_HELPERS
+       help
+         Build an QMI client sample driver, which demonstrates how to
+         communicate with a remote QRTR service, using QMI encoded messages.
+
 config SAMPLE_RPMSG_CLIENT
        tristate "Build rpmsg client sample -- loadable modules only"
        depends on RPMSG && m