diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 95d61693d1..8411931b0b 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -933,6 +933,10 @@ menu "LWIP" menuconfig LWIP_DEBUG bool "Enable LWIP Debug" default n + help + Enabling this option allows different kinds of lwIP debug output. + + All lwIP debug features increase the size of the final binary. config LWIP_NETIF_DEBUG bool "Enable netif debug messages"