Commit 032b3d12 authored by Robert Lubos's avatar Robert Lubos Committed by Alberto Escolar
Browse files

net: openthread: Fix OPENTHREAD_CONFIG_TCP_ENABLE redefinition warning



OPENTHREAD_CONFIG_TCP_ENABLE is now set by the OpenThread build system,
based on the CONFIG_OPENTHREAD_CLI_TCP_ENABLE Kconfig entry.
Setting this symbol in the config file is therefore redundant, and
causes multiple build warnings.

Signed-off-by: default avatarRobert Lubos <robert.lubos@nordicsemi.no>
parent b73f6b3d
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -357,14 +357,6 @@
#define OPENTHREAD_CONFIG_IP6_MAX_EXT_MCAST_ADDRS CONFIG_OPENTHREAD_IP6_MAX_EXT_MCAST_ADDRS
#endif /* CONFIG_OPENTHREAD_IP6_MAX_EXT_MCAST_ADDRS */

/**
 * @def OPENTHREAD_CONFIG_TCP_ENABLE
 *
 * Enable TCP.
 *
 */
#define OPENTHREAD_CONFIG_TCP_ENABLE IS_ENABLED(CONFIG_OPENTHREAD_TCP_ENABLE)

/**
 * @def OPENTHREAD_CONFIG_CLI_TCP_ENABLE
 *