Skip to content

Commit 7931424

Browse files
nordicjmcarlescufi
authored andcommitted
samples: dfu: Fix missing Kconfigs
Adds some missing Kconfigs which are now needed to enable img_mgmt. Signed-off-by: Jamie McCrae <[email protected]>
1 parent f5bf1cd commit 7931424

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/usb/dfu/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ CONFIG_USB_DEVICE_PID=0x0005
66
CONFIG_USB_DFU_CLASS=y
77
CONFIG_USB_DFU_ENABLE_UPLOAD=y
88
CONFIG_FLASH=y
9+
CONFIG_FLASH_MAP=y
10+
CONFIG_STREAM_FLASH=y
911
CONFIG_IMG_MANAGER=y
1012
CONFIG_FLASH_PAGE_LAYOUT=y
1113
CONFIG_LOG=y

0 commit comments

Comments
 (0)