CONFIG_NRF_DM

nRF DM (Distance Measurement) library [EXPERIMENTAL]

Type: bool

Help

Enable nRF DM (Distance Measurement) library

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nrfxlib>/nrf_dm/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:92<nrfxlib>/Kconfig.nrfxlib:19

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib

config NRF_DM
    bool "nRF DM (Distance Measurement) library [EXPERIMENTAL]"
    select FPU
    select CMSIS_DSP
    select CMSIS_DSP_TRANSFORM
    select CMSIS_DSP_COMPLEXMATH
    select CMSIS_DSP_STATISTICS
    select EXPERIMENTAL
    help
      Enable nRF DM (Distance Measurement) library

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