:orphan: .. title:: I2S_1 .. option:: CONFIG_I2S_1 *I2S port 1* Type: ``bool`` Help ==== Enable I2S controller port 1. Direct dependencies =================== \ :option:`I2S_STM32 ` && \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.stm32:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:38`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver .. parsed-literal:: config I2S_1 bool "I2S port 1" depends on \ :option:`I2S_STM32 ` && \ :option:`I2S ` help Enable I2S controller port 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*