1# Copyright (c) 2024, Meta 2# 3# SPDX-License-Identifier: Apache-2.0 4 5config SAMPLE_ERROR_CHECKING 6 bool "Perform error checking" 7 8config SAMPLE_DEBUG_PRINTF 9 bool "Print debug information" 10 default y 11 12config SAMPLE_SAME_PRIO 13 bool "Print debug information" 14 default n 15 16source "Kconfig.zephyr" 17