The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_AUDIO_DMIC_NRFX_PDM

nRF PDM nrfx driver

Type: bool

Help

Enable support for nrfx PDM driver for nRF MCU series.

Direct dependencies

n

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definition

At drivers/audio/Kconfig.dmic_pdm_nrfx:7

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:86drivers/audio/Kconfig:55

Menu path: (Top) → Device Drivers → Support for Audio → Digital Microphone (Audio) Drivers

config AUDIO_DMIC_NRFX_PDM
    bool "nRF PDM nrfx driver"
    default y
    select NRFX_PDM
    depends on n
    help
      Enable support for nrfx PDM driver for nRF MCU series.

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