From 573239d71cd83bef85d56ceab1a90ddf74d8242e Mon Sep 17 00:00:00 2001 From: Sam Friedman Date: Fri, 5 Dec 2025 23:05:36 -0500 Subject: [PATCH] net: coap_client: remove lwm2m from blocksize kconfig option The block-wise transfer block size is not specific to LWM2M. Signed-off-by: Sam Friedman --- subsys/net/lib/coap/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/net/lib/coap/Kconfig b/subsys/net/lib/coap/Kconfig index 4224b7a821f76..963e726fcbe3a 100644 --- a/subsys/net/lib/coap/Kconfig +++ b/subsys/net/lib/coap/Kconfig @@ -116,7 +116,7 @@ config COAP_CLIENT_THREAD_PRIORITY Priority of receive thread of the CoAP client. config COAP_CLIENT_BLOCK_SIZE - int "LWM2M CoAP block-wise transfer size" + int "CoAP block-wise transfer block size" default 256 range 64 1024 help