1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config OPENTHREAD
5	bool "OpenThread Support"
6	help
7	  This option enables the OpenThread library
8
9if OPENTHREAD
10
11menu "OpenThread stack features"
12rsource "Kconfig.features"
13endmenu
14
15menu "Thread Network configuration"
16rsource "Kconfig.thread"
17endmenu
18
19endif # OPENTHREAD
20