:orphan: .. title:: CONFIG_IMG_MGMT_FRUGAL_LIST .. kconfig:: CONFIG_IMG_MGMT_FRUGAL_LIST CONFIG_IMG_MGMT_FRUGAL_LIST ########################### *Omit zero, empty or false values from status list* Type: ``bool`` Help ==== .. code-block:: none The status list send back from the device will only be filled with data that is non-zero, non-empty or true. This option slightly reduces number of bytes transferred back from a device but requires support in client software, which has to default omitted values. Works correctly with mcumgr-cli. Direct dependencies =================== \ :kconfig:`MCUMGR_CMD_IMG_MGMT ` && \ :kconfig:`MCUMGR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/mgmt/mcumgr/Kconfig:212`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Device Management → mcumgr Support → Command Handlers → Enable mcumgr handlers for image management .. code-block:: kconfig config IMG_MGMT_FRUGAL_LIST bool "Omit zero, empty or false values from status list" depends on MCUMGR_CMD_IMG_MGMT && MCUMGR help The status list send back from the device will only be filled with data that is non-zero, non-empty or true. This option slightly reduces number of bytes transferred back from a device but requires support in client software, which has to default omitted values. Works correctly with mcumgr-cli. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*