:orphan: .. title:: CONFIG_HAS_SPI_DW .. kconfig:: CONFIG_HAS_SPI_DW CONFIG_HAS_SPI_DW ################# *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Signifies whether DesignWare SPI compatible HW is available Direct dependencies =================== \ :kconfig:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_EMSK ` - \ :kconfig:`SOC_INTEL_S1000 ` - \ :kconfig:`SOC_EMSK ` - \ :kconfig:`SOC_INTEL_S1000 ` Kconfig definition ================== At ``/spi/Kconfig.dw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:40`` → ``/spi/Kconfig:48`` Menu path: (Top) → Device Drivers → SPI hardware bus support .. code-block:: kconfig config HAS_SPI_DW bool depends on SPI help Signifies whether DesignWare SPI compatible HW is available *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*