Kconfig (a02509f301c68c9a7f01d75d7d326f7a9b81a630) | Kconfig (d69d5e83110fedd15ff463ed2d5320ab3dec75f1) |
---|---|
1config STM 2 tristate "System Trace Module devices" 3 select CONFIGFS_FS 4 select SRCU 5 help 6 A System Trace Module (STM) is a device exporting data in System 7 Trace Protocol (STP) format as defined by MIPI STP standards. 8 Examples of such devices are Intel(R) Trace Hub and Coresight STM. --- 12 unchanged lines hidden (view full) --- 21 driver for compatibility with your existing STM setup. 22 23 The receiving side only needs to be able to decode the MIPI 24 STP protocol in order to extract the data. 25 26 If you want to be able to use the basic protocol or want the 27 backwards compatibility for your existing setup, say Y. 28 | 1config STM 2 tristate "System Trace Module devices" 3 select CONFIGFS_FS 4 select SRCU 5 help 6 A System Trace Module (STM) is a device exporting data in System 7 Trace Protocol (STP) format as defined by MIPI STP standards. 8 Examples of such devices are Intel(R) Trace Hub and Coresight STM. --- 12 unchanged lines hidden (view full) --- 21 driver for compatibility with your existing STM setup. 22 23 The receiving side only needs to be able to decode the MIPI 24 STP protocol in order to extract the data. 25 26 If you want to be able to use the basic protocol or want the 27 backwards compatibility for your existing setup, say Y. 28 |
29config STM_PROTO_SYS_T 30 tristate "MIPI SyS-T STM framing protocol driver" 31 default CONFIG_STM 32 help 33 This is an implementation of MIPI SyS-T protocol to be used 34 over the STP transport. In addition to the data payload, it 35 also carries additional metadata for time correlation, better 36 means of trace source identification, etc. 37 38 The receiving side must be able to decode this protocol in 39 addition to the MIPI STP, in order to extract the data. 40 41 If you don't know what this is, say N. 42 |
|
29config STM_DUMMY 30 tristate "Dummy STM driver" 31 help 32 This is a simple dummy device that pretends to be an stm device 33 and discards your data. Use for stm class testing. 34 35 If you don't know what this is, say N. 36 --- 32 unchanged lines hidden --- | 43config STM_DUMMY 44 tristate "Dummy STM driver" 45 help 46 This is a simple dummy device that pretends to be an stm device 47 and discards your data. Use for stm class testing. 48 49 If you don't know what this is, say N. 50 --- 32 unchanged lines hidden --- |