blob: 124926d0a5a1a3e657136ccb2b3079a638ce2678 [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
4option('hostboot-dump-collection',
5 type: 'feature',
6 value: 'disabled',
7 description : 'Enables hostboot dump collection')
Dhruvaraj Subhashchandran858d1aa2021-10-27 03:26:06 -05008
9# Feature to enable the dump collection
10option('dump-collection', type: 'feature',
11 value : 'disabled',
12 description : 'Enables dump collection')