@@ -565,7 +565,7 @@ config BOOT_FIRMWARE_LOADER
565565endchoice
566566
567567config 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
578578config 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
905905endchoice
906906
907907config 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
11071107config 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
11151115config 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
11221122config 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
11291129config 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
11391139config 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.
0 commit comments