:orphan: .. title:: I2S .. option:: CONFIG_I2S *I2S bus drivers* Type: ``bool`` Help ==== Enable support for the I2S (Inter-IC Sound) hardware bus. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` Menu path: (Top) → Device Drivers .. parsed-literal:: menuconfig I2S bool "I2S bus drivers" help Enable support for the I2S (Inter-IC Sound) hardware bus. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*