From 03e9aeb29eb9651ad65c6d75f0146c87683c38a1 Mon Sep 17 00:00:00 2001 From: Emanuele Di Santo Date: Wed, 8 Nov 2023 15:26:50 +0100 Subject: [PATCH] kconfig: net_core_monitor: let entry be a menuconfig Let it have its own page in the menu. Signed-off-by: Emanuele Di Santo --- subsys/net_core_monitor/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subsys/net_core_monitor/Kconfig b/subsys/net_core_monitor/Kconfig index be084928d5e9..c80d8dc34489 100644 --- a/subsys/net_core_monitor/Kconfig +++ b/subsys/net_core_monitor/Kconfig @@ -4,7 +4,7 @@ # SPDX-License-Identifier: LicenseRef-Nordic-5-Clause # -config NET_CORE_MONITOR +menuconfig NET_CORE_MONITOR bool "NCM (Network Core Monitor) module [EXPERIMENTAL]" select EXPERIMENTAL depends on (SOC_NRF5340_CPUAPP || SOC_NRF5340_CPUNET)