diff --git a/src/core/config/openthread-core-default-config.h b/src/core/config/openthread-core-default-config.h index 25053c649..a5dc9db2c 100644 --- a/src/core/config/openthread-core-default-config.h +++ b/src/core/config/openthread-core-default-config.h @@ -75,26 +75,6 @@ #define OPENTHREAD_CONFIG_STACK_VERSION_MINOR 1 #endif -/** - * @def OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE - * - * Define to 1 to enable the Border Agent service. - * - */ -#ifndef OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE -#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 0 -#endif - -/** - * @def OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE - * - * Define to 1 to enable the Border Router service. - * - */ -#ifndef OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE -#define OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE 0 -#endif - /** * @def OPENTHREAD_CONFIG_ECDSA_ENABLE *