:orphan: .. title:: SPI_DW_PORT_1_CLOCK_GATE .. option:: CONFIG_SPI_DW_PORT_1_CLOCK_GATE *Enable clock gating* Type: ``bool`` Direct dependencies =================== \ :option:`CLOCK_CONTROL ` && \ :option:`SPI_1 ` && \ :option:`SPI_DW ` && \ :option:`SPI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/spi/Kconfig.dw:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:38`` → ``drivers/spi/Kconfig:194`` Menu path: (Top) → Device Drivers → SPI hardware bus support → Designware SPI controller driver .. parsed-literal:: config SPI_DW_PORT_1_CLOCK_GATE bool "Enable clock gating" depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SPI_1 ` && \ :option:`SPI_DW ` && \ :option:`SPI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*