: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_ADSP_CAVS15 `) || (\ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS18 `) || (\ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS20 `) || (\ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS25 `) || (\ :option:`I2S ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`BOARD_INTEL_S1000_CRB ` && \ :option:`I2S `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Symbols selected by this symbol =============================== - \ :option:`DMA ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2S_CAVS bool default y depends on \ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS15 ` ---- At ``boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2S_CAVS bool default y depends on \ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS18 ` ---- At ``boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2S_CAVS bool default y depends on \ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS20 ` ---- At ``boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2S_CAVS bool default y depends on \ :option:`I2S ` && \ :option:`BOARD_INTEL_ADSP_CAVS25 ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:102`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config I2S_CAVS bool default y depends on \ :option:`I2S ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/i2s/Kconfig.cavs: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:: config I2S_CAVS bool "Intel I2S (SSP) Bus Driver" select \ :option:`DMA ` 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*