Skip to content

Commit

Permalink
boot: zephyr: kconfig: Fix leaking Kconfigs
Browse files Browse the repository at this point in the history
Fixes some leaking Kconfig options which were out of the
MCUboot menu

Signed-off-by: Jamie McCrae <[email protected]>
  • Loading branch information
nordicjm committed Feb 17, 2025
1 parent 7bf5f0f commit 3d77f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1031,8 +1031,6 @@ config BOOT_FIH_PROFILE_DEFAULT_HIGH

endmenu

endmenu

config MCUBOOT_STORAGE_WITHOUT_ERASE
bool "Support for devices without erase"
depends on FLASH_HAS_NO_EXPLICIT_ERASE
Expand Down Expand Up @@ -1071,6 +1069,8 @@ config MCUBOOT_STORAGE_MINIMAL_SCRAMBLE
Depending on type of device this may be done by erase of minimal
number of pages or overwrite of part of image.

endmenu

config MCUBOOT_DEVICE_SETTINGS
# Hidden selector for device-specific settings
bool
Expand Down

0 comments on commit 3d77f55

Please sign in to comment.