Skip to content

Commit

Permalink
[zephyr] Update deprecated Kconfig
Browse files Browse the repository at this point in the history
CPLUSPLUS is deprecated and should be replaced with CPP
LIB_CPLUSPLUS is deprecated and should be replaced with REQUIRES_FULL_LIBCPP

Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
  • Loading branch information
axelnxp committed Jan 24, 2024
1 parent 7f5e208 commit ec6c4b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
menuconfig CHIP
bool "Matter protocol stack"
default n
select CPLUSPLUS
imply LIB_CPLUSPLUS
select CPP
imply REQUIRES_FULL_LIBCPP
imply REQUIRES_FULL_LIBC
imply NEWLIB_LIBC_NANO
imply CBPRINTF_LIBC_SUBSTS
Expand Down

0 comments on commit ec6c4b4

Please sign in to comment.