:orphan: .. title:: CONFIG_GPIO_DW_CLOCK_GATE .. kconfig:: CONFIG_GPIO_DW_CLOCK_GATE CONFIG_GPIO_DW_CLOCK_GATE ######################### *Enable clock gating* Type: ``bool`` Direct dependencies =================== \ :kconfig:`GPIO_DW ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CLOCK_CONTROL ` Kconfig definition ================== At ``/gpio/Kconfig.dw:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:26`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO .. code-block:: kconfig config GPIO_DW_CLOCK_GATE bool "Enable clock gating" select CLOCK_CONTROL depends on GPIO_DW && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*