Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linux
[firefly-linux-kernel-4.4.55.git] / drivers / hwtracing / stm / Kconfig
index 49c098400c54c22c381dcf2a720af762fcdc06b8..83e9f591a54b356150a7e2090e9a14473b6f96a0 100644 (file)
@@ -1,5 +1,6 @@
 config STM
        tristate "System Trace Module devices"
+       select CONFIGFS_FS
        help
          A System Trace Module (STM) is a device exporting data in System
          Trace Protocol (STP) format as defined by MIPI STP standards.
@@ -14,3 +15,12 @@ config STM_DUMMY
          and discards your data. Use for stm class testing.
 
          If you don't know what this is, say N.
+
+config STM_SOURCE_CONSOLE
+       tristate "Kernel console over STM devices"
+       help
+         This is a kernel space trace source that sends kernel log
+         messages to trace hosts over STM devices.
+
+         If you want to send kernel console messages over STM devices,
+         say Y.