:orphan: .. title:: CONFIG_I2S_CAVS .. kconfig:: CONFIG_I2S_CAVS CONFIG_I2S_CAVS ############### *Intel I2S (SSP) Bus Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Inter Sound (I2S) bus driver for Intel_S1000 based on Synchronous Serial Port (SSP) module. Direct dependencies =================== (\ :kconfig:`I2S ` && \ :kconfig:`BOARD_INTEL_ADSP_CAVS15 `) || (\ :kconfig:`I2S ` && \ :kconfig:`BOARD_INTEL_ADSP_CAVS18 `) || (\ :kconfig:`I2S ` && \ :kconfig:`BOARD_INTEL_ADSP_CAVS20 `) || (\ :kconfig:`I2S ` && \ :kconfig:`BOARD_INTEL_ADSP_CAVS25 `) || (\ :kconfig:`I2S ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || (\ :kconfig:`BOARD_INTEL_S1000_CRB ` && \ :kconfig:`I2S `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Symbols selected by this symbol =============================== - \ :kconfig:`DMA ` Kconfig definitions =================== At ``/xtensa/intel_adsp_cavs15/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2S_CAVS bool default y depends on I2S && BOARD_INTEL_ADSP_CAVS15 ---- At ``/xtensa/intel_adsp_cavs18/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2S_CAVS bool default y depends on I2S && BOARD_INTEL_ADSP_CAVS18 ---- At ``/xtensa/intel_adsp_cavs20/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2S_CAVS bool default y depends on I2S && BOARD_INTEL_ADSP_CAVS20 ---- At ``/xtensa/intel_adsp_cavs25/Kconfig.defconfig:42`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2S_CAVS bool default y depends on I2S && BOARD_INTEL_ADSP_CAVS25 ---- At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:100`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config I2S_CAVS bool default y depends on I2S && BOARD_INTEL_S1000_CRB ---- At ``/i2s/Kconfig.cavs:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig config I2S_CAVS bool "Intel I2S (SSP) Bus Driver" select DMA depends on BOARD_INTEL_S1000_CRB && 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.)*