boards: st: nucleo_l552ze_q: remove ns variant useless configuration
Remove configuration directive CONFIG_ARM_TRUSTZONE_M=y for board
variant nucleo_l552ze_q//ns that is already selected by the SoC defconfig.
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
diff --git a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns_defconfig b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns_defconfig
index cad42d5..7d1570a 100644
--- a/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns_defconfig
+++ b/boards/st/nucleo_l552ze_q/nucleo_l552ze_q_stm32l552xx_ns_defconfig
@@ -13,6 +13,6 @@
# Enable MPU
CONFIG_ARM_MPU=y
-CONFIG_ARM_TRUSTZONE_M=y
-CONFIG_RUNTIME_NMI=y
+# Enable TZ non-secure configuration
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
+CONFIG_RUNTIME_NMI=y