From 6ae861f5594904f63e9451a983520806f65c7aaf Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Thu, 1 Sep 2022 14:35:55 +0000 Subject: [PATCH] mgmt/mcumgr: Remove APP_LINK_WITH_MCUMGR Kconfig option This option is not actually doing anything. Signed-off-by: Dominik Ermel --- subsys/mgmt/mcumgr/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/subsys/mgmt/mcumgr/Kconfig b/subsys/mgmt/mcumgr/Kconfig index 7d8737beecf..ad58280d104 100644 --- a/subsys/mgmt/mcumgr/Kconfig +++ b/subsys/mgmt/mcumgr/Kconfig @@ -28,14 +28,6 @@ config MCUMGR_SMP_WORKQUEUE_THREAD_PRIO help Scheduling priority of the MCUMGR SMP work queue. -config APP_LINK_WITH_MCUMGR - bool "Link 'app' with MCUMGR" - default y - help - Add MCUMGR header files to the 'app' include path. It may be - disabled if the include paths for MCUMGR are causing aliasing - issues for 'app'. - rsource "mgmt/Kconfig" config MGMT_MAX_MAIN_MAP_ENTRIES