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