Skip to content

Commit

Permalink
[nrf noup] Added workaround to pass nRF compliance check
Browse files Browse the repository at this point in the history
Added undefined CHIP_NXP_PLATFORM config to pass compliance check.

Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
  • Loading branch information
kkasperczyk-no committed May 15, 2024
1 parent 325733c commit a497f79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
# limitations under the License.
#

# Workaround to pass the nRF compliance check
config CHIP_NXP_PLATFORM
bool
default n
help
States that the configuration uses Matter NXP platform,
what can be used to conditionally deviate from Zephyr generic configuration
for NXP platform related purposes.

menuconfig CHIP
bool "Matter protocol stack"
default n
Expand Down

0 comments on commit a497f79

Please sign in to comment.