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