blob: 33d84c141623a3570438561482442d4b897aca6c [file] [log] [blame]
Dhruvaraj Subhashchandran858d1aa2021-10-27 03:26:06 -05001# SPDX-License-Identifier: Apache-2.0
2
Shantappa Teekappanavar1ac61622021-06-22 19:07:29 -05003# Feature to enable hostboot dump collection when watchdog times out
Patrick Williamsb37d8262025-02-01 08:36:31 -05004option(
5 'hostboot-dump-collection',
6 type: 'feature',
7 value: 'disabled',
8 description: 'Enables hostboot dump collection',
9)
Dhruvaraj Subhashchandran858d1aa2021-10-27 03:26:06 -050010
11# Feature to enable the dump collection
Patrick Williamsb37d8262025-02-01 08:36:31 -050012option(
13 'dump-collection',
14 type: 'feature',
15 value: 'disabled',
16 description: 'Enables dump collection',
17)