:orphan: .. title:: CONFIG_AUDIO_DMIC_NRFX_PDM .. kconfig:: CONFIG_AUDIO_DMIC_NRFX_PDM CONFIG_AUDIO_DMIC_NRFX_PDM ########################## *nRF PDM nrfx driver* Type: ``bool`` Help ==== .. code-block:: none 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:`NRFX_PDM ` Kconfig definition ================== At ``/audio/Kconfig.dmic_pdm_nrfx:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:86`` → ``/audio/Kconfig:55`` Menu path: (Top) → Device Drivers → Support for Audio → Digital Microphone (Audio) Drivers .. code-block:: kconfig 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.)*