Dhruvaraj Subhashchandran | 858d1aa | 2021-10-27 03:26:06 -0500 | [diff] [blame] | 1 | # SPDX-License-Identifier: Apache-2.0 |
| 2 | |
Shantappa Teekappanavar | 1ac6162 | 2021-06-22 19:07:29 -0500 | [diff] [blame] | 3 | # Feature to enable hostboot dump collection when watchdog times out |
| 4 | option('hostboot-dump-collection', |
| 5 | type: 'feature', |
| 6 | value: 'disabled', |
| 7 | description : 'Enables hostboot dump collection') |
Dhruvaraj Subhashchandran | 858d1aa | 2021-10-27 03:26:06 -0500 | [diff] [blame] | 8 | |
| 9 | # Feature to enable the dump collection |
| 10 | option('dump-collection', type: 'feature', |
| 11 | value : 'disabled', |
| 12 | description : 'Enables dump collection') |