We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11a69c commit 6e11201Copy full SHA for 6e11201
sysbuild/CMakeLists.txt
@@ -91,8 +91,6 @@ function(${SYSBUILD_CURRENT_MODULE_NAME}_pre_cmake)
91
92
if(SB_CONFIG_BM_BOOTLOADER_MCUBOOT_FIRMWARE_LOADER_ENTRANCE_GPIO)
93
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)
96
set_config_bool(mcuboot CONFIG_BOOT_FIRMWARE_LOADER_ENTRANCE_GPIO y)
97
endif()
98
0 commit comments