Skip to content

Commit 99ccdab

Browse files
edmontioannisg
authored andcommitted
net: openthread: remove misleading NCP configuration option
Remove `OPENTHREAD_CONFIG_NCP_BUFFER_SIZE` define since it does not exist in OpenThread. Signed-off-by: Eduardo Montoya <[email protected]>
1 parent 5dc1c08 commit 99ccdab

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

subsys/net/l2/openthread/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,12 +222,6 @@ config OPENTHREAD_COPROCESSOR_VENDOR_HOOK_SOURCE
222222
help
223223
Provides path to compile vendor hook file.
224224

225-
config OPENTHREAD_NCP_BUFFER_SIZE
226-
int "The size of the NCP buffers"
227-
default 2048
228-
help
229-
The size of the NCP buffers.
230-
231225
endif # OPENTHREAD_COPROCESSOR
232226

233227
config OPENTHREAD_PLATFORM_INFO

subsys/net/lib/openthread/platform/openthread-core-zephyr-config.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,16 +171,6 @@
171171
*/
172172
#define RADIO_CONFIG_SRC_MATCH_EXT_ENTRY_NUM 0
173173

174-
/**
175-
* @def OPENTHREAD_CONFIG_NCP_BUFFER_SIZE
176-
*
177-
* The size of the NCP buffers.
178-
*
179-
*/
180-
#ifdef CONFIG_OPENTHREAD_NCP_BUFFER_SIZE
181-
#define OPENTHREAD_CONFIG_NCP_BUFFER_SIZE CONFIG_OPENTHREAD_NCP_BUFFER_SIZE
182-
#endif
183-
184174
/**
185175
* @def OPENTHREAD_CONFIG_PLAT_LOG_MACRO_NAME
186176
*

0 commit comments

Comments
 (0)