1*858d1aafSDhruvaraj Subhashchandran# SPDX-License-Identifier: Apache-2.0
2*858d1aafSDhruvaraj Subhashchandran
372393795SGeorge Liu# Feature to enable hostboot dump collection when watchdog times out
472393795SGeorge Liuoption('hostboot-dump-collection',
572393795SGeorge Liu       type: 'feature',
672393795SGeorge Liu       value: 'disabled',
772393795SGeorge Liu       description : 'Enables hostboot dump collection')
8*858d1aafSDhruvaraj Subhashchandran
9*858d1aafSDhruvaraj Subhashchandran# Feature to enable the dump collection
10*858d1aafSDhruvaraj Subhashchandranoption('dump-collection', type: 'feature',
11*858d1aafSDhruvaraj Subhashchandran       value : 'disabled',
12*858d1aafSDhruvaraj Subhashchandran       description : 'Enables dump collection')
13