1# 2# Copyright (c) 2023 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7CONFIG_DISK_DRIVERS=y 8CONFIG_DISK_DRIVER_FLASH=y 9# There may be no files on internal SoC flash, so this Kconfig 10# options has ben enabled to create some if listing does not 11# find in the first place. 12CONFIG_FS_SAMPLE_CREATE_SOME_ENTRIES=y 13