The latest development version of this page may be more current than this released 2.5.0 version.
CONFIG_SPI_DW_PORT_0_CLOCK_GATE

Enable clock gating

Type: bool

Direct dependencies

CLOCK_CONTROL && SPI_0 && SPI_DW && SPI

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig.dw:51

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:38drivers/spi/Kconfig:194

Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver

config SPI_DW_PORT_0_CLOCK_GATE
    bool "Enable clock gating"
    depends on CLOCK_CONTROL && SPI_0 && SPI_DW && SPI

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)