#
# Copyright (c) 2024 Nordic Semiconductor
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

source "Kconfig.zephyr"

config SETTINGS
	default y

config ZMS
	default y if (SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)

config NVS
	default y if !(SOC_FLASH_NRF_RRAM || SOC_FLASH_NRF_MRAM)

config BT_DIS_SERIAL_NUMBER_STR
	default MEMFAULT_NCS_DEVICE_ID

config BT_DIS_HW_REV_STR
	default MEMFAULT_NCS_HW_VERSION

config BT_DIS_SW_REV_STR
	default MEMFAULT_NCS_FW_TYPE
