soc: stm32n6: Add Boot serial option

This option should be used to load and run binary using "serial boot"
configuration for boot ROM.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
Erwan Gouriou 2025-01-24 18:08:59 +01:00 committed by Benjamin Cabé
commit 3c097d8662

View file

@ -17,3 +17,6 @@ config SOC_SERIES_STM32N6X
select SOC_RESET_HOOK select SOC_RESET_HOOK
select TRUSTED_EXECUTION_SECURE select TRUSTED_EXECUTION_SECURE
select BUILD_OUTPUT_BIN select BUILD_OUTPUT_BIN
config STM32N6_BOOT_SERIAL
bool "Serial boot target (USB)"