1# 2# Copyright (c) 2023 Nordic Semiconductor ASA 3# Copyright (c) 2023 Antmicro <www.antmicro.com> 4# 5# SPDX-License-Identifier: Apache-2.0 6# 7 8mainmenu "Filesystems Sample Application" 9 10config FS_SAMPLE_CREATE_SOME_ENTRIES 11 bool "When no files are found on mounted partition create some" 12 default y 13 help 14 In case when no files could be listed, because there are none, 15 "some.dir" directory and "other.txt" file will be created 16 and list will run again to show them. This is useful when 17 showing how file system works on non-SD devices like internal 18 flash or (Q)SPI connected memories, where it is not possible to 19 easily add files with use of other device. 20 21source "Kconfig.zephyr" 22