1# SPDX-License-Identifier: Apache-2.0 2 3# Feature to enable hostboot dump collection when watchdog times out 4option( 5 'hostboot-dump-collection', 6 type: 'feature', 7 value: 'disabled', 8 description: 'Enables hostboot dump collection', 9) 10 11# Feature to enable the dump collection 12option( 13 'dump-collection', 14 type: 'feature', 15 value: 'disabled', 16 description: 'Enables dump collection', 17) 18