OSDN Git Service

net: ethernet: ti: Allow most drivers with COMPILE_TEST
[uclinux-h8/linux.git] / samples / Kconfig
index f524f55..3db002b 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