:orphan: .. title:: SPI_DW_FIFO_DEPTH .. option:: CONFIG_SPI_DW_FIFO_DEPTH *RX and TX FIFO Depth* Type: ``int`` Help ==== 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 =================== (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK `) || \ :option:`SOC_INTEL_S1000 ` || (\ :option:`SPI_DW ` && \ :option:`SPI `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 32 - 32 - 32 Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig.defconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_DW_FIFO_DEPTH int default 32 depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_EM_STARTERKIT ` ---- At ``boards/arc/hsdk/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_DW_FIFO_DEPTH int default 32 depends on \ :option:`SPI_DW ` && \ :option:`SPI ` && \ :option:`BOARD_HSDK ` ---- At ``soc/xtensa/intel_s1000/Kconfig.defconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config SPI_DW_FIFO_DEPTH int default 32 depends on \ :option:`SOC_INTEL_S1000 ` ---- At ``drivers/spi/Kconfig.dw:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:194`` Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver .. parsed-literal:: config SPI_DW_FIFO_DEPTH int "RX and TX FIFO Depth" depends on \ :option:`SPI_DW ` && \ :option:`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.)*