From a0f9efa0065ad457fcfa308847a12f53f98fb1f7 Mon Sep 17 00:00:00 2001 From: Jon Shallow Date: Tue, 2 Jan 2024 11:07:35 +0000 Subject: [PATCH] doc: Correct coap IPV6 support requirement comments coap (libcoap) can now be built with or without IPV6. --- components/lwip/Kconfig | 2 +- docs/en/api-guides/performance/size.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 6204816fd429..68479b3455d8 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -458,7 +458,7 @@ menu "LWIP" default y help Enable IPv6 function. If not use IPv6 function, set this option to n. - If disabling LWIP_IPV6 then some other components (coap and asio) will + If disabling LWIP_IPV6 then some other components (asio) will no longer be available. config LWIP_IPV6_AUTOCONFIG diff --git a/docs/en/api-guides/performance/size.rst b/docs/en/api-guides/performance/size.rst index d14ec93d1ebe..14d2dfdd2a34 100644 --- a/docs/en/api-guides/performance/size.rst +++ b/docs/en/api-guides/performance/size.rst @@ -441,7 +441,7 @@ lwIP IPv6 .. note:: - IPv6 is required by some components such as ``coap`` and :doc:`/api-reference/protocols/asio`. These components will not be available if IPV6 is disabled. + IPv6 is required by some components such as :doc:`/api-reference/protocols/asio`. These components will not be available if IPV6 is disabled. lwIP IPv4 @@@@@@@@@