xref: /OK3568_Linux_fs/buildroot/package/ptm2human/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PTM2HUMAN_ARCH_SUPPORTS
2	bool
3	default y if BR2_arm
4	default y if BR2_armeb
5	default y if BR2_aarch64
6	default y if BR2_aarch64_be
7
8config BR2_PACKAGE_PTM2HUMAN
9	bool "ptm2human"
10	depends on BR2_PACKAGE_PTM2HUMAN_ARCH_SUPPORTS
11	help
12	  ptm2human is a decoder for trace data outputted by Program
13	  Trace Macrocell (PTM) and Embedded Trace Macrocell
14	  (ETMv4). It deconstructs ID packets and data packets
15	  from the formatter of ARM Coresight ETB, and then
16	  translates the trace data to a human-readable format.
17
18	  https://github.com/hwangcc23/ptm2human
19