CONFIG_NVS_LOG

Non-volatile Storage logging

Type: bool

Help

Enable logs and checks for Non-volatile Storage.

Direct dependencies

NVS

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At subsys/fs/nvs/Kconfig:26

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:16subsys/fs/Kconfig:118

Menu path: (top menu) → File Systems

config NVS_LOG
    bool
    prompt "Non-volatile Storage logging" if NVS
    select SYS_LOG if NVS
    depends on NVS
    help
      Enable logs and checks for Non-volatile Storage.

(Definitions include propagated dependencies, including from if’s and menus.)