Skip to content

Commit

Permalink
boot: zephyr: add MCUBOOT config
Browse files Browse the repository at this point in the history
Add a hidden MCUBOOT config entry to mark a project as MCUBOOT.
It is useful when other parts of the system need to be aware
that they are, in fact, the bootloader.

Signed-off-by: Emanuele Di Santo <[email protected]>
  • Loading branch information
lemrey authored and nvlsianpu committed Nov 9, 2018
1 parent 3393992 commit 865777d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ mainmenu "MCUboot configuration"

comment "MCUboot-specific configuration options"

# Hidden option to mark a project as MCUboot
config MCUBOOT
default y
bool

config BOOT_USE_MBEDTLS
bool
# Hidden option
Expand Down

0 comments on commit 865777d

Please sign in to comment.