Kconfig (9095bf25ea08135a5b74875dd0e3eeaddc4218a0) | Kconfig (a02509f301c68c9a7f01d75d7d326f7a9b81a630) |
---|---|
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. 9 10 Say Y here to enable System Trace Module device support. 11 12if STM 13 | 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. 9 10 Say Y here to enable System Trace Module device support. 11 12if STM 13 |
14config STM_PROTO_BASIC 15 tristate "Basic STM framing protocol driver" 16 default CONFIG_STM 17 help 18 This is a simple framing protocol for sending data over STM 19 devices. This was the protocol that the STM framework used 20 exclusively until the MIPI SyS-T support was added. Use this 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 |
|
14config STM_DUMMY 15 tristate "Dummy STM driver" 16 help 17 This is a simple dummy device that pretends to be an stm device 18 and discards your data. Use for stm class testing. 19 20 If you don't know what this is, say N. 21 --- 32 unchanged lines hidden --- | 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 --- |