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:114

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:38drivers/spi/Kconfig:263

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.)