@@ -45,7 +45,7 @@ manifest-independent-updates=y
4545manifest-signature-check=DISABLED
4646manifest-mpi-offset=0x2030
4747
48- menuconfig SUIT_MPI_$(manifest)
48+ menuconfig SUIT_MPI_$(manifest)
4949 bool "Application recovery manifest configuration"
5050 default y if SUIT_BUILD_RECOVERY
5151
@@ -58,7 +58,7 @@ manifest-independent-updates=n
5858manifest-signature-check=DISABLED
5959manifest-mpi-offset=0x2060
6060
61- menuconfig SUIT_MPI_$(manifest)
61+ menuconfig SUIT_MPI_$(manifest)
6262 bool "Application local (1) manifest configuration"
6363 default y
6464
@@ -71,7 +71,7 @@ manifest-independent-updates=n
7171manifest-signature-check=DISABLED
7272manifest-mpi-offset=0x2090
7373
74- menuconfig SUIT_MPI_$(manifest)
74+ menuconfig SUIT_MPI_$(manifest)
7575 bool "Application local (2) manifest configuration"
7676
7777rsource "Kconfig.template.manifest_config"
@@ -83,7 +83,7 @@ manifest-independent-updates=n
8383manifest-signature-check=DISABLED
8484manifest-mpi-offset=0x20c0
8585
86- menuconfig SUIT_MPI_$(manifest)
86+ menuconfig SUIT_MPI_$(manifest)
8787 bool "Application local (3) manifest configuration"
8888 default y if SUIT_RECOVERY_APPLICATION_IMAGE_MANIFEST_APP_LOCAL_3
8989
@@ -113,9 +113,9 @@ manifest-independent-updates=n
113113manifest-signature-check=DISABLED
114114manifest-mpi-offset=0x1000
115115
116- menuconfig SUIT_MPI_$(manifest)
116+ menuconfig SUIT_MPI_$(manifest)
117117 bool "Radio recovery manifest configuration"
118- default y if SUIT_BUILD_RECOVERY
118+ default y if SUIT_BUILD_RECOVERY && !SUIT_RECOVERY_APPLICATION_NONE
119119
120120rsource "Kconfig.template.manifest_config"
121121
@@ -126,7 +126,7 @@ manifest-independent-updates=n
126126manifest-signature-check=DISABLED
127127manifest-mpi-offset=0x1030
128128
129- menuconfig SUIT_MPI_$(manifest)
129+ menuconfig SUIT_MPI_$(manifest)
130130 bool "Radio local (1) manifest configuration"
131131 default y
132132
@@ -139,7 +139,7 @@ manifest-independent-updates=n
139139manifest-signature-check=DISABLED
140140manifest-mpi-offset=0x1060
141141
142- menuconfig SUIT_MPI_$(manifest)
142+ menuconfig SUIT_MPI_$(manifest)
143143 bool "Radio local (2) manifest configuration"
144144
145145rsource "Kconfig.template.manifest_config"
0 commit comments