:orphan: .. title:: I2S_2 .. option:: CONFIG_I2S_2 *I2S port 2* Type: ``bool`` Help ==== Enable I2S controller port 2. Direct dependencies =================== \ :option:`I2S_STM32 ` && \ :option:`I2S ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.stm32:71`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:29`` Menu path: (top menu) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver .. parsed-literal:: config I2S_2 bool prompt "I2S port 2" if \ :option:`I2S_STM32 ` && \ :option:`I2S ` depends on \ :option:`I2S_STM32 ` && \ :option:`I2S ` help Enable I2S controller port 2. *(Definitions include propagated dependencies, including from if's and menus.)*