-
CONFIG_APP_LINK_WITH_MCUMGR
¶
Link ‘app’ with MCUMGR
Type: bool
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’.
Kconfig definition¶
At ext/lib/mgmt/mcumgr/Kconfig:27
Included via Kconfig:10
→ Kconfig.zephyr:41
→ ext/Kconfig:19
→ ext/lib/mgmt/Kconfig:22
Menu path: (top menu) → External Sources → Management
config APP_LINK_WITH_MCUMGR bool prompt "Link 'app' with MCUMGR" ifMCUMGR
default "y" ifMCUMGR
depends onMCUMGR
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'.
(Definitions include propagated dependencies, including from if’s and menus.)