zephyr/subsys/fs
Miika Karanki 8b86645108 fs: Add Kconfig key for init priority
Non-configurable init priority POST_KERNEL/99 might
be too late for certain uses cases (e.g. fetching data from
the file system in driver initialization). Chabge it to
be configurable so that applications can mount the
file systems earlies if they want.

Signed-off-by: Miika Karanki <miika.karanki@vaisala.com>
2024-01-24 09:22:23 +00:00
..
ext2
fcb
nvs
CMakeLists.txt
fat_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
fs_impl.c
fs_impl.h
fs.c
fuse_fs_access.c
Kconfig fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
Kconfig.fatfs
Kconfig.littlefs
littlefs_fs.c fs: Add Kconfig key for init priority 2024-01-24 09:22:23 +00:00
shell.c