:orphan: .. title:: I2S_CAVS .. option:: CONFIG_I2S_CAVS *Intel I2S (SSP) Bus Driver* Type: ``bool`` Help ==== Enable Inter Sound (I2S) bus driver for Intel_S1000 based on Synchronous Serial Port (SSP) module. Direct dependencies =================== (\ :option:`I2S ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`BOARD_INTEL_S1000_CRB ` && \ :option:`I2S `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "y" if \ :option:`I2S ` && \ :option:`BOARD_INTEL_S1000_CRB ` Symbols selected by this symbol =============================== - \ :option:`DMA ` if \ :option:`BOARD_INTEL_S1000_CRB ` && \ :option:`I2S ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:138`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:21`` Menu path: (top menu) .. parsed-literal:: config I2S_CAVS bool default "y" if \ :option:`I2S ` && \ :option:`BOARD_INTEL_S1000_CRB ` depends on \ :option:`I2S ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/i2s/Kconfig.cavs:8`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:29`` Menu path: (top menu) → Device Drivers → I2S bus drivers .. parsed-literal:: menuconfig I2S_CAVS bool prompt "Intel I2S (SSP) Bus Driver" if \ :option:`BOARD_INTEL_S1000_CRB ` && \ :option:`I2S ` select \ :option:`DMA ` if \ :option:`BOARD_INTEL_S1000_CRB ` && \ :option:`I2S ` depends on \ :option:`BOARD_INTEL_S1000_CRB ` && \ :option:`I2S ` help Enable Inter Sound (I2S) bus driver for Intel_S1000 based on Synchronous Serial Port (SSP) module. *(Definitions include propagated dependencies, including from if's and menus.)*