zephyr/subsys/storage/flash_map
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
CMakeLists.txt storage/flash_map: Add option to use MBEDTLS for img integrity check. 2021-11-24 21:52:08 -05:00
flash_map_default.c
flash_map_integrity.c storage/flash_map: Add option to use MBEDTLS for img integrity check. 2021-11-24 21:52:08 -05:00
flash_map_layout.c storage/flash_map: Separate layout and integrity functions 2021-10-21 17:18:44 -04:00
flash_map_priv.h storage/flash_map: Separate layout and integrity functions 2021-10-21 17:18:44 -04:00
flash_map_shell.c
flash_map.c storage/flash_map: Use larger type for alignment 2021-12-30 16:32:02 -05:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00