blob: 33d84c141623a3570438561482442d4b897aca6c [file] [log] [blame] [edit]
# SPDX-License-Identifier: Apache-2.0
# Feature to enable hostboot dump collection when watchdog times out
option(
'hostboot-dump-collection',
type: 'feature',
value: 'disabled',
description: 'Enables hostboot dump collection',
)
# Feature to enable the dump collection
option(
'dump-collection',
type: 'feature',
value: 'disabled',
description: 'Enables dump collection',
)