Skip to content

Commit a497f79

Browse files
[nrf noup] Added workaround to pass nRF compliance check
Added undefined CHIP_NXP_PLATFORM config to pass compliance check. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 325733c commit a497f79

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

config/zephyr/Kconfig

+9
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@
1414
# limitations under the License.
1515
#
1616

17+
# Workaround to pass the nRF compliance check
18+
config CHIP_NXP_PLATFORM
19+
bool
20+
default n
21+
help
22+
States that the configuration uses Matter NXP platform,
23+
what can be used to conditionally deviate from Zephyr generic configuration
24+
for NXP platform related purposes.
25+
1726
menuconfig CHIP
1827
bool "Matter protocol stack"
1928
default n

0 commit comments

Comments
 (0)