We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 325733c commit 214eab1Copy full SHA for 214eab1
config/zephyr/Kconfig
@@ -14,6 +14,15 @@
14
# limitations under the License.
15
#
16
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
+
26
menuconfig CHIP
27
bool "Matter protocol stack"
28
default n
@@ -515,7 +524,7 @@ config CHIP_PW_RPC
515
524
bool "Pigweed RPC library"
516
525
517
526
help
518
- Links the application with the libraries containing Pigweed RPC
527
+ Links the application wCHIP_NXP_PLATFORMith the libraries containing Pigweed RPC
519
528
functionalities.
520
529
521
530
config CHIP_BUILD_TESTS
0 commit comments