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

Enable clock gating

Type: bool

Direct dependencies

(SPI_DW && SPI && SOC_QUARK_SE_C1000_SS) || (CLOCK_CONTROL && SPI_1 && SPI_DW && SPI)

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

Defaults

Kconfig definitions

At soc/arc/quark_se_c1000_ss/Kconfig.defconfig:187

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config SPI_DW_PORT_1_CLOCK_GATE
    bool
    default "y" if SPI_DW && SPI && SOC_QUARK_SE_C1000_SS
    depends on SPI_DW && SPI && SOC_QUARK_SE_C1000_SS

At drivers/spi/Kconfig.dw:69

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_1_CLOCK_GATE
    bool
    prompt "Enable clock gating" if CLOCK_CONTROL && SPI_1 && SPI_DW && SPI
    depends on CLOCK_CONTROL && SPI_1 && SPI_DW && SPI

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