summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/stm/Kconfig
diff options
context:
space:
mode:
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>2015-09-22 15:47:12 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-04 20:28:58 +0100
commit2c41538191e1ee34e316aaba586fb2cab1379a3a (patch)
treeb3203b668fe9b609b17518e91f54afe5d90078cf /drivers/hwtracing/stm/Kconfig
parenta961e698d8112f3facdd4cde7df8565ea0865ff7 (diff)
downloadlinux-stable-2c41538191e1ee34e316aaba586fb2cab1379a3a.tar.gz
linux-stable-2c41538191e1ee34e316aaba586fb2cab1379a3a.tar.bz2
linux-stable-2c41538191e1ee34e316aaba586fb2cab1379a3a.zip
stm class: dummy_stm: Add dummy driver for testing stm class
This is a simple module that pretends to be an stm device and discards all the data that comes in. Useful for testing stm class and its users. Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing/stm/Kconfig')
-rw-r--r--drivers/hwtracing/stm/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig
index e101cb4f8e43..49c098400c54 100644
--- a/drivers/hwtracing/stm/Kconfig
+++ b/drivers/hwtracing/stm/Kconfig
@@ -6,3 +6,11 @@ config STM
Examples of such devices are Intel(R) Trace Hub and Coresight STM.
Say Y here to enable System Trace Module device support.
+
+config STM_DUMMY
+ tristate "Dummy STM driver"
+ help
+ This is a simple dummy device that pretends to be an stm device
+ and discards your data. Use for stm class testing.
+
+ If you don't know what this is, say N.