Skip to content

Commit

Permalink
net: openthread: remove unneeded OPENTHREAD_MAX_CHILDREN default value
Browse files Browse the repository at this point in the history
After openthread/openthread#9213 there is no
need to reduce the `ChildMask` size for MTD builds.

(cherry picked from commit 8e40304)

Original-Signed-off-by: Eduardo Montoya <[email protected]>
GitOrigin-RevId: 8e40304
Change-Id: Ibf7ffc48c6e9b9e991d210481bc428f326607736
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4672900
Commit-Queue: Tristan Honscheid <[email protected]>
Tested-by: Tristan Honscheid <[email protected]>
Reviewed-by: Tristan Honscheid <[email protected]>
Tested-by: ChromeOS Prod (Robot) <[email protected]>
  • Loading branch information
edmont authored and Chromeos LUCI committed Jul 7, 2023
1 parent 249e600 commit 5af1605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/openthread/Kconfig.thread
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ config OPENTHREAD_POLL_PERIOD
config OPENTHREAD_MAX_CHILDREN
int "The maximum number of children"
range 1 511
default 1 if OPENTHREAD_MTD
default 32

config OPENTHREAD_MAX_IP_ADDR_PER_CHILD
Expand Down

0 comments on commit 5af1605

Please sign in to comment.