Kconfig Reference
 
  • All Configuration Options
  • Zephyr Architecture Configuration Options
  • Zephyr SoC Configuration Options
  • Zephyr Driver Configuration Options
  • Zephyr Boards Configuration Options
  • Zephyr Kernel Configuration Options
  • Zephyr Library Configuration Options
  • Zephyr Subsystem Configuration Options
  • External Modules Configuration Options
  • Bridle Configuration Options
Kconfig Reference
  • »
  • CONFIG_APP_LINK_WITH_MCUMGR
  • View page source

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'.

Direct dependencies¶

MCUMGR

(Includes any dependencies from ifs and menus.)

Default¶

  • y

Kconfig definition¶

At <Zephyr Subsystem>/mgmt/mcumgr/Kconfig:19

Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:35 → <Zephyr Subsystem>/mgmt/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support

config APP_LINK_WITH_MCUMGR
    bool "Link 'app' with MCUMGR"
    default y
    depends on MCUMGR
    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'.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)


© Copyright 2019-2022 TiaC Systems members and individual contributors. Last updated on Apr 03, 2022.

Kconfig Reference
Bridle
Zephyr Project
Devicetree Bindings