CONFIG_BSD_LIBRARY_TRACE_ENABLED

Enable proprietary traces over UART

Type: bool

Help

This setting is deprecated. Use NRF_MODEM_LIB_TRACE_ENABLED instead.

Direct dependencies

BSD_LIBRARY

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/lib/nrf_modem_lib/Kconfig:157

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<nRF>/lib/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → BSD library (deprecated) → Enable BSD Library

config BSD_LIBRARY_TRACE_ENABLED
    bool "Enable proprietary traces over UART"
    select NRF_MODEM_LIB_TRACE_ENABLED
    depends on BSD_LIBRARY
    help
      This setting is deprecated.
      Use NRF_MODEM_LIB_TRACE_ENABLED instead.

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