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 ea71891 commit 3fe6fcfCopy full SHA for 3fe6fcf
soc/st/stm32/stm32h7x/Kconfig
@@ -96,5 +96,6 @@ config STM32H7_DUAL_CORE
96
config STM32H7_BOOT_M4_AT_INIT
97
bool "Boot M4 core during M7 init independent of option byte BCM4."
98
default y
99
+ depends on STM32H7_DUAL_CORE
100
101
endif # SOC_SERIES_STM32H7X
soc/st/stm32/stm32n6x/Kconfig
@@ -24,6 +24,8 @@ config SOC_SERIES_STM32N6X
24
select MPU_GAP_FILLING if USERSPACE
25
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS if USERSPACE && !XIP
26
27
+if SOC_SERIES_STM32N6X
28
+
29
config STM32N6_BOOT_SERIAL
30
bool "Serial boot target (USB)"
31
@@ -33,3 +35,5 @@ config STM32N6_NPU
33
35
select RESET
34
36
37
depends on DT_HAS_ST_STM32_NPU_ENABLED
38
39
+endif # SOC_SERIES_STM32N6X
0 commit comments