Alexander Shishkin | 7bd1d40 | 2015-09-22 15:47:10 +0300 | [diff] [blame] | 1 | config STM |
| 2 | tristate "System Trace Module devices" |
| 3 | help |
| 4 | A System Trace Module (STM) is a device exporting data in System |
| 5 | Trace Protocol (STP) format as defined by MIPI STP standards. |
| 6 | Examples of such devices are Intel(R) Trace Hub and Coresight STM. |
| 7 | |
| 8 | Say Y here to enable System Trace Module device support. |
Alexander Shishkin | 2c41538 | 2015-09-22 15:47:12 +0300 | [diff] [blame^] | 9 | |
| 10 | config STM_DUMMY |
| 11 | tristate "Dummy STM driver" |
| 12 | help |
| 13 | This is a simple dummy device that pretends to be an stm device |
| 14 | and discards your data. Use for stm class testing. |
| 15 | |
| 16 | If you don't know what this is, say N. |