xref: /openbmc/openpower-debug-collector/meson.options (revision 858d1aafe118988922f7d2efa322444307c8662e)
1# SPDX-License-Identifier: Apache-2.0
2
3# Feature to enable hostboot dump collection when watchdog times out
4option('hostboot-dump-collection',
5       type: 'feature',
6       value: 'disabled',
7       description : 'Enables hostboot dump collection')
8
9# Feature to enable the dump collection
10option('dump-collection', type: 'feature',
11       value : 'disabled',
12       description : 'Enables dump collection')
13