From ec6c4b461f7987af52fc28281ab81ba73e1dbec7 Mon Sep 17 00:00:00 2001 From: Axel Le Bourhis Date: Tue, 23 Jan 2024 17:57:14 +0100 Subject: [PATCH] [zephyr] Update deprecated Kconfig 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 --- config/zephyr/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/zephyr/Kconfig b/config/zephyr/Kconfig index bd4b52ecb7a193..9948680c6e98fb 100644 --- a/config/zephyr/Kconfig +++ b/config/zephyr/Kconfig @@ -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