blob: 4c13762f2b4daaaf454f4b18b89ed10be29aa8b3 [file] [log] [blame]
Alexander Shishkin7bd1d402015-09-22 15:47:10 +03001config STM
2 tristate "System Trace Module devices"
Alexander Shishkin1c090572015-10-16 17:09:12 +03003 select CONFIGFS_FS
Alexander Shishkin7bd1d402015-09-22 15:47:10 +03004 help
5 A System Trace Module (STM) is a device exporting data in System
6 Trace Protocol (STP) format as defined by MIPI STP standards.
7 Examples of such devices are Intel(R) Trace Hub and Coresight STM.
8
9 Say Y here to enable System Trace Module device support.
Alexander Shishkin2c415382015-09-22 15:47:12 +030010
Geert Uytterhoeven4a2e2b12015-12-22 17:25:15 +020011if STM
12
Alexander Shishkin2c415382015-09-22 15:47:12 +030013config STM_DUMMY
14 tristate "Dummy STM driver"
15 help
16 This is a simple dummy device that pretends to be an stm device
17 and discards your data. Use for stm class testing.
18
19 If you don't know what this is, say N.
Alexander Shishkine3e5a3d2015-09-22 15:47:13 +030020
21config STM_SOURCE_CONSOLE
22 tristate "Kernel console over STM devices"
23 help
24 This is a kernel space trace source that sends kernel log
25 messages to trace hosts over STM devices.
26
27 If you want to send kernel console messages over STM devices,
28 say Y.
Geert Uytterhoeven4a2e2b12015-12-22 17:25:15 +020029
30endif