Matt Ploetz | dfd5a47 | 2017-01-19 13:13:55 -0600 | [diff] [blame] | 1 | config BR2_PACKAGE_IMA_CATALOG |
2 | bool "ima_catalog" | ||||
3 | default y if (BR2_OPENPOWER_PLATFORM) | ||||
4 | help | ||||
5 | Event Catalog for In Memory Accumulation(IMA) hardware | ||||
6 | |||||
7 | config BR2_IMA_CATALOG_DTS | ||||
8 | string "Catalog DTS file to select" | ||||
9 | help | ||||
10 | String used to define the CATALOG dts file to select | ||||
11 | |||||
12 | config BR2_IMA_CATALOG_FILENAME | ||||
13 | string "Name of Catalog Binary file" | ||||
14 | help | ||||
15 | String used to define name of the CATALOG binary image file |