Skip to content

Commit 7603613

Browse files
nordicjmde-nordic
authored andcommitted
boot: zephyr: Remove enable from beginning of prompts
Kconfigs should not start with "enable" Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
1 parent 4ccbf41 commit 7603613

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

boot/zephyr/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ config BOOT_FIRMWARE_LOADER
565565
endchoice
566566

567567
config BOOT_DIRECT_XIP_REVERT
568-
bool "Enable the revert mechanism in direct-xip mode"
568+
bool "Revert mechanism in direct-xip mode"
569569
depends on BOOT_DIRECT_XIP
570570
help
571571
If y, enables the revert mechanism in direct-xip similar to the one in
@@ -576,7 +576,7 @@ config BOOT_DIRECT_XIP_REVERT
576576
(marked as confirmed in advance) just like in swap mode.
577577

578578
config BOOT_RAM_LOAD_REVERT
579-
bool "Enable the revert mechanism in ram-load mode"
579+
bool "Revert mechanism in ram-load mode"
580580
depends on BOOT_RAM_LOAD
581581
help
582582
If y, enables the revert mechanism in ram-load similar to the one in
@@ -905,7 +905,7 @@ config BOOT_FIH_PROFILE_HIGH
905905
endchoice
906906

907907
config BOOT_USE_BENCH
908-
bool "Enable benchmark code"
908+
bool "Benchmark code"
909909
help
910910
If y, adds support for simple benchmarking that can record
911911
time intervals between two calls. The time printed depends
@@ -1105,29 +1105,29 @@ config BOOT_WATCHDOG_FEED_NRFX_WDT
11051105
imply NRFX_WDT010
11061106

11071107
config BOOT_IMAGE_ACCESS_HOOKS
1108-
bool "Enable hooks for overriding MCUboot's native routines"
1108+
bool "Hooks for overriding MCUboot's native routines"
11091109
help
11101110
Allow to provide procedures for override or extend native
11111111
MCUboot's routines required for access the image data and the image
11121112
update. It is up to the project customization to add required source
11131113
files to the build.
11141114

11151115
config BOOT_GO_HOOKS
1116-
bool "Enable hooks for overriding MCUBOOT's boot_go routine"
1116+
bool "Hooks for overriding MCUBOOT's boot_go routine"
11171117
help
11181118
Allow to provide procedures for override or extend native
11191119
MCUboot's boot_go routine. It is up to the project customization to
11201120
add required source files to the build.
11211121

11221122
config BOOT_FLASH_AREA_HOOKS
1123-
bool "Enable hooks for overriding MCUboot's flash area routines"
1123+
bool "Hooks for overriding MCUboot's flash area routines"
11241124
help
11251125
Allow to provide procedures for override or extend native
11261126
MCUboot's flash area routines. It is up to the project customization to
11271127
add required source files to the build.
11281128

11291129
config MCUBOOT_ACTION_HOOKS
1130-
bool "Enable hooks for responding to MCUboot status changes"
1130+
bool "Hooks for responding to MCUboot status changes"
11311131
help
11321132
This will call a handler when the MCUboot status changes which allows
11331133
for some level of user feedback, for instance to change LED status to
@@ -1137,7 +1137,7 @@ config MCUBOOT_ACTION_HOOKS
11371137
boot/bootutil/include/bootutil/mcuboot_status.h
11381138

11391139
config FIND_NEXT_SLOT_HOOKS
1140-
bool "Enable hooks for finding the next active slot"
1140+
bool "Hooks for finding the next active slot"
11411141
help
11421142
Allow to provide procedures for override or extend the search policy
11431143
for the best slot to boot in the Direct XIP mode.

boot/zephyr/Kconfig.serial_recovery

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@ config BOOT_ERASE_PROGRESSIVELY
107107
times at the beginning of the DFU process.
108108

109109
config BOOT_MGMT_ECHO
110-
bool "Enable echo command"
110+
bool "Echo command"
111111
help
112112
if enabled, support for the mcumgr echo command is being added.
113113

114114
menuconfig ENABLE_MGMT_PERUSER
115-
bool "Enable system specific mcumgr commands"
115+
bool "System specific mcumgr commands"
116116
help
117117
The option enables processing of system specific mcumgr commands;
118118
system specific commands are within group MGMT_GROUP_ID_PERUSER (64)
@@ -123,7 +123,7 @@ menuconfig ENABLE_MGMT_PERUSER
123123
if ENABLE_MGMT_PERUSER
124124

125125
config BOOT_MGMT_CUSTOM_STORAGE_ERASE
126-
bool "Enable storage erase command"
126+
bool "Storage erase command"
127127
help
128128
The option enables mcumgr command that allows to erase storage
129129
partition.

0 commit comments

Comments
 (0)