zephyr/modules/openthread/Kconfig
Robert Lubos 815ebc316e net: openthread: Move glue code into module directory
Move OpenThread's glue code along with the Kconfig files that configure
OpenThread stack itself into module directory.

Update the maintainers file to reflect this change.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-07-11 11:00:12 +02:00

20 lines
356 B
Plaintext

# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config OPENTHREAD
bool "OpenThread Support"
help
This option enables the OpenThread library
if OPENTHREAD
menu "OpenThread stack features"
rsource "Kconfig.features"
endmenu
menu "Thread Network configuration"
rsource "Kconfig.thread"
endmenu
endif # OPENTHREAD