zephyr/subsys/fs/fcb
Dominik Ermel 5a0ecb9641 flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs
The commit adds dependency on Kconfig FLASH_PAGE_LAYOUT to subsystems
that really require it:
 FCB, NVS, LittleFS
and removes direct selection from '*.conf' files where no longer
needed.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2024-04-10 10:01:40 +02:00
..
CMakeLists.txt
fcb.c storage: flash_map: remove device_get_binding 2022-07-02 16:04:16 +02:00
fcb_append.c fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
fcb_elem_info.c fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
fcb_getnext.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_priv.h fs: fcb: add option to disable CRC for fcb entries 2023-01-18 22:18:37 +00:00
fcb_rotate.c fs: fcb: Make FCB work with sectors larger than 16K 2022-05-25 14:57:45 +02:00
fcb_walk.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig flash: Move dependency on FLASH_PAGE_LAYOUT where it belongs 2024-04-10 10:01:40 +02:00