diff options
Diffstat (limited to 'drivers/hwtracing/stm/Kconfig')
-rw-r--r-- | drivers/hwtracing/stm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwtracing/stm/Kconfig b/drivers/hwtracing/stm/Kconfig index 49c098400c54..5a59a28cc3da 100644 --- a/drivers/hwtracing/stm/Kconfig +++ b/drivers/hwtracing/stm/Kconfig @@ -14,3 +14,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. |