:orphan: .. title:: CONFIG_I2S_STM32 .. kconfig:: CONFIG_I2S_STM32 CONFIG_I2S_STM32 ################ *STM32 MCU I2S controller driver* Type: ``bool`` Help ==== .. code-block:: none Enable I2S support on the STM32 family of processors. (Tested on the STM32F4 series) Direct dependencies =================== (\ :kconfig:`I2S ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`I2S ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_SERIES_STM32F4X ` && \ :kconfig:`I2S `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`DMA ` Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config I2S_STM32 bool default y depends on I2S && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config I2S_STM32 bool default y depends on I2S && SOC_FAMILY_STM32 ---- At ``/i2s/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig menuconfig I2S_STM32 bool "STM32 MCU I2S controller driver" select DMA depends on SOC_SERIES_STM32F4X && I2S help Enable I2S support on the STM32 family of processors. (Tested on the STM32F4 series) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*