815ebc316e
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>
20 lines
356 B
Plaintext
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
|