samples: net: remove POSIX_TIMERS and XSI_SINGLE_PROCESS

Remove POSIX_TIMERS and XSI_SINGLE_PROCESS dependencies from the aws
cloud sample and the lwm2m client sample, as they are no longer
required.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2025-05-17 21:40:52 -04:00 committed by Benjamin Cabé
parent 03db50b79d
commit 45b3dbd008
2 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@ CONFIG_NET_DHCPV4=y
# SNTP
CONFIG_SNTP=y
CONFIG_POSIX_TIMERS=y
CONFIG_NET_CONFIG_CLOCK_SNTP_INIT=y
CONFIG_NET_CONFIG_SNTP_INIT_SERVER="0.pool.ntp.org"

View File

@ -1,5 +1,4 @@
CONFIG_ZCBOR=y
CONFIG_ZCBOR_CANONICAL=y
CONFIG_LWM2M_RW_SENML_CBOR_SUPPORT=y
CONFIG_XSI_SINGLE_PROCESS=y
CONFIG_LWM2M_RESOURCE_DATA_CACHE_SUPPORT=y