The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SPI_DW_PORT_3_CLOCK_GATE

Enable clock gating

Type: bool

Direct dependencies

CLOCK_CONTROL && SPI_3 && SPI_DW && SPI

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/spi/Kconfig.dw:120

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:36drivers/spi/Kconfig:193

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

config SPI_DW_PORT_3_CLOCK_GATE
    bool
    prompt "Enable clock gating" if CLOCK_CONTROL && SPI_3 && SPI_DW && SPI
    depends on CLOCK_CONTROL && SPI_3 && SPI_DW && SPI

(Definitions include propagated dependencies, including from if’s and menus.)