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 |
Patrick Williams | b37d826 | 2025-02-01 08:36:31 -0500 | [diff] [blame] | 4 | option( |
| 5 | 'hostboot-dump-collection', |
| 6 | type: 'feature', |
| 7 | value: 'disabled', |
| 8 | description: 'Enables hostboot dump collection', |
| 9 | ) |
Dhruvaraj Subhashchandran | 858d1aa | 2021-10-27 03:26:06 -0500 | [diff] [blame] | 10 | |
| 11 | # Feature to enable the dump collection |
Patrick Williams | b37d826 | 2025-02-01 08:36:31 -0500 | [diff] [blame] | 12 | option( |
| 13 | 'dump-collection', |
| 14 | type: 'feature', |
| 15 | value: 'disabled', |
| 16 | description: 'Enables dump collection', |
| 17 | ) |