:orphan: .. title:: CONFIG_SPI_DW_FIFO_DEPTH .. kconfig:: CONFIG_SPI_DW_FIFO_DEPTH CONFIG_SPI_DW_FIFO_DEPTH ######################## *RX and TX FIFO Depth* Type: ``int`` Help ==== .. code-block:: none Corresponds to the SSI_TX_FIFO_DEPTH and SSI_RX_FIFO_DEPTH of the DesignWare Synchronous Serial Interface. Depth ranges from 2-256. Direct dependencies =================== (\ :kconfig:`SPI_DW ` && \ :kconfig:`SPI ` && \ :kconfig:`BOARD_EM_STARTERKIT `) || (\ :kconfig:`SPI_DW ` && \ :kconfig:`SPI ` && \ :kconfig:`BOARD_HSDK `) || \ :kconfig:`SOC_INTEL_S1000 ` || \ :kconfig:`SOC_INTEL_S1000 ` || (\ :kconfig:`SPI_DW ` && \ :kconfig:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 32 - 32 - 32 - 32 Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_DW_FIFO_DEPTH int default 32 depends on SPI_DW && SPI && BOARD_EM_STARTERKIT ---- At ``/arc/hsdk/Kconfig.defconfig:33`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SPI_DW_FIFO_DEPTH int default 32 depends on SPI_DW && SPI && BOARD_HSDK ---- At ``/xtensa/intel_s1000/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config SPI_DW_FIFO_DEPTH int default 32 depends on SOC_INTEL_S1000 ---- At ``/xtensa/intel_s1000/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. code-block:: kconfig config SPI_DW_FIFO_DEPTH int default 32 depends on SOC_INTEL_S1000 ---- At ``/spi/Kconfig.dw:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:48`` Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver .. code-block:: kconfig config SPI_DW_FIFO_DEPTH int "RX and TX FIFO Depth" depends on SPI_DW && SPI help Corresponds to the SSI_TX_FIFO_DEPTH and SSI_RX_FIFO_DEPTH of the DesignWare Synchronous Serial Interface. Depth ranges from 2-256. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*