Skip to content

Commit 2548275

Browse files
soc: renesas: ra: Add depend on BOOTLOADER_MCUBOOT config
Add depend on config BOOTLOADER_MCUBOOT for SOC_RA_ENABLE_START_SECOND_CORE Signed-off-by: Khoa Nguyen <[email protected]>
1 parent d5f03ae commit 2548275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/renesas/ra/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rsource "*/Kconfig"
2626

2727
config SOC_RA_ENABLE_START_SECOND_CORE
2828
bool "Allows the primary core to start the secondary core"
29+
depends on !BOOTLOADER_MCUBOOT
2930
depends on (SOC_SERIES_RA8P1 && CPU_CORTEX_M85)
3031
select SOC_LATE_INIT_HOOK
3132
help

0 commit comments

Comments
 (0)