:orphan: .. title:: I2S_STM32 .. option:: CONFIG_I2S_STM32 *STM32 MCU I2S controller driver* Type: ``bool`` Help ==== Enable I2S support on the STM32 family of processors. (Tested on the STM32F4 series) Direct dependencies =================== (\ :option:`I2S ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_SERIES_STM32F4X ` && \ :option:`I2S `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`DMA ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config I2S_STM32 bool default y depends on \ :option:`I2S ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/i2s/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. parsed-literal:: menuconfig I2S_STM32 bool "STM32 MCU I2S controller driver" select \ :option:`DMA ` depends on \ :option:`SOC_SERIES_STM32F4X ` && \ :option:`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.)*