1# 2# Copyright (c) 2020 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7CONFIG_ZTEST=y 8CONFIG_FLASH=y 9CONFIG_FLASH_MAP=y 10CONFIG_NVS=y 11CONFIG_SETTINGS=y 12 13CONFIG_STREAM_FLASH=y 14CONFIG_STREAM_FLASH_ERASE=y 15CONFIG_STREAM_FLASH_PROGRESS=y 16# It case if this is no longer y by default in Kconfig as 17# the tests are not ready to not test the feature. 18CONFIG_STREAM_FLASH_POST_WRITE_CALLBACK=y 19