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: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
Robert Lubos 2023-03-21 13:29:26 +01:00 committed by Alberto Escolar
parent b73f6b3d2b
commit 032b3d121d

View file

@ -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
*