Skip to content

Commit 6e11201

Browse files
nordicjmeivindj-nordic
authored andcommitted
sysbuild: Do not select bm timer/button library for MCUboot
These are no longer needed Signed-off-by: Jamie McCrae <[email protected]>
1 parent d11a69c commit 6e11201

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sysbuild/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
9191

9292
if(SB_CONFIG_BM_BOOTLOADER_MCUBOOT_FIRMWARE_LOADER_ENTRANCE_GPIO)
9393
set_config_bool(mcuboot CONFIG_GPIO y)
94-
set_config_bool(mcuboot CONFIG_BM_TIMER y)
95-
set_config_bool(mcuboot CONFIG_BM_BUTTONS y)
9694
set_config_bool(mcuboot CONFIG_BOOT_FIRMWARE_LOADER_ENTRANCE_GPIO y)
9795
endif()
9896
endif()

0 commit comments

Comments
 (0)