:orphan: .. title:: AUDIO_MPXXDTYY .. option:: CONFIG_AUDIO_MPXXDTYY *ST Digital PDM microphone attached to I2S support* Type: ``bool`` Help ==== Enable MPXXDTYY microphone support on the selected board Direct dependencies =================== \ :option:`I2S ` && \ :option:`AUDIO_DMIC ` && \ :option:`AUDIO ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HAS_STLIB ` if \ :option:`I2S ` && \ :option:`AUDIO_DMIC ` && \ :option:`AUDIO ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/audio/Kconfig.mpxxdtyy:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:86`` → ``drivers/audio/Kconfig:57`` Menu path: (top menu) → Device Drivers → Support for Audio → Digital Microphone (Audio) Drivers .. parsed-literal:: menuconfig AUDIO_MPXXDTYY bool prompt "ST Digital PDM microphone attached to I2S support" if \ :option:`I2S ` && \ :option:`AUDIO_DMIC ` && \ :option:`AUDIO ` select \ :option:`HAS_STLIB ` if \ :option:`I2S ` && \ :option:`AUDIO_DMIC ` && \ :option:`AUDIO ` depends on \ :option:`I2S ` && \ :option:`AUDIO_DMIC ` && \ :option:`AUDIO ` help Enable MPXXDTYY microphone support on the selected board *(Definitions include propagated dependencies, including from if's and menus.)*