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

Enable clock gating

Type: bool

Direct dependencies

GPIO_DW && GPIO

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/gpio/Kconfig.dw:26

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:25

Menu path: (top menu) → Device Drivers → GPIO Drivers → Designware GPIO

config GPIO_DW_CLOCK_GATE
    bool
    prompt "Enable clock gating" if GPIO_DW && GPIO
    select CLOCK_CONTROL if GPIO_DW && GPIO
    depends on GPIO_DW && GPIO

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