22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
menuconfig FW_MGMT
|
|
bool "Firmware Management"
|
|
select FLASH
|
|
select FLASH_MAP
|
|
select STREAM_FLASH
|
|
select FLASH_PAGE_LAYOUT
|
|
select BOOTLOADER_MCUBOOT
|
|
select IMG_MANAGER
|
|
select MCUBOOT_IMG_MGR
|
|
select HWINFO
|
|
|
|
help
|
|
Library for firmware operations.
|
|
|
|
if FW_MGMT
|
|
config MCUBOOT_UTIL_LOG_LEVEL_ERR
|
|
# config CONFIG_MCUMGR_GRP_IMG
|
|
# default y
|
|
module = FW_MGMT
|
|
module-str = fw_mgmt
|
|
source "subsys/logging/Kconfig.template.log_config"
|
|
endif # FW_MGMT |