xref: /openbmc/openpower-debug-collector/meson.options (revision b37d8266b4159fab7e6bd288e016bfa57e960cea)
1858d1aafSDhruvaraj Subhashchandran# SPDX-License-Identifier: Apache-2.0
2858d1aafSDhruvaraj Subhashchandran
372393795SGeorge Liu# Feature to enable hostboot dump collection when watchdog times out
4*b37d8266SPatrick Williamsoption(
5*b37d8266SPatrick Williams    'hostboot-dump-collection',
672393795SGeorge Liu    type: 'feature',
772393795SGeorge Liu    value: 'disabled',
8*b37d8266SPatrick Williams    description: 'Enables hostboot dump collection',
9*b37d8266SPatrick Williams)
10858d1aafSDhruvaraj Subhashchandran
11858d1aafSDhruvaraj Subhashchandran# Feature to enable the dump collection
12*b37d8266SPatrick Williamsoption(
13*b37d8266SPatrick Williams    'dump-collection',
14*b37d8266SPatrick Williams    type: 'feature',
15858d1aafSDhruvaraj Subhashchandran    value: 'disabled',
16*b37d8266SPatrick Williams    description: 'Enables dump collection',
17*b37d8266SPatrick Williams)
18