:orphan: .. title:: CONFIG_AUDIO_MPXXDTYY .. kconfig:: CONFIG_AUDIO_MPXXDTYY CONFIG_AUDIO_MPXXDTYY ##################### *ST Digital PDM microphone attached to I2S support* Type: ``bool`` Help ==== .. code-block:: none Enable MPXXDTYY microphone support on the selected board Direct dependencies =================== \ :kconfig:`I2S ` && \ :kconfig:`AUDIO_DMIC ` && \ :kconfig:`AUDIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_STLIB ` Kconfig definition ================== At ``/audio/Kconfig.mpxxdtyy:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:86`` → ``/audio/Kconfig:54`` Menu path: (Top) → Device Drivers → Support for Audio → Digital Microphone (Audio) Drivers .. code-block:: kconfig config AUDIO_MPXXDTYY bool "ST Digital PDM microphone attached to I2S support" select HAS_STLIB depends on I2S && AUDIO_DMIC && AUDIO help Enable MPXXDTYY microphone support on the selected board *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*