1# Copyright (c) 2023 Intel Corporation 2# 3# SPDX-License-Identifier: Apache-2.0 4 5source "Kconfig.zephyr" 6 7config TEST_STORED_COREDUMP 8 bool "Expected backend has coredump storage." 9 help 10 Set if the test expects coredump backend with storage. 11 12config TEST_STORED_DUMP_SIZE 13 int "Expected backend's coredump storage size." 14 default 0 15 help 16 Test expects coredump backend storage with the size given. 17 If zero, then it is ignored and not compared with the actual size. 18