Skip to content

Commit

Permalink
dfu: fmfu_dev: depend on FLASH
Browse files Browse the repository at this point in the history
This library depends on FLASH, so express this dependency.

Signed-off-by: Emanuele Di Santo <[email protected]>
  • Loading branch information
lemrey authored and rlubos committed Sep 19, 2024
1 parent c1f2ff6 commit cfb2a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/dfu/fmfu_fdev/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

menuconfig FMFU_FDEV
bool "Full Modem Firmware Upgrade from flash device"
depends on FLASH
depends on ZCBOR
depends on NRF_MODEM_LIB
depends on MBEDTLS_SHA256_C
Expand Down

0 comments on commit cfb2a11

Please sign in to comment.