1# Copyright (c) 2024 Nordic Semiconductor ASA
2# Copyright (c) 2025 Ezurio LLC
3#
4# SPDX-License-Identifier: Apache-2.0
5
6CONFIG_DISK_DRIVERS=y
7CONFIG_DISK_DRIVER_FLASH=y
8# There may be no file on internal flash, so this Kconfig
9# option has been enabled to create some if listing does not
10# find any initially.
11CONFIG_FS_SAMPLE_CREATE_SOME_ENTRIES=y
12