:orphan: .. title:: CONFIG_GPIO_DW_CLOCK_GATE_DRV_NAME .. kconfig:: CONFIG_GPIO_DW_CLOCK_GATE_DRV_NAME CONFIG_GPIO_DW_CLOCK_GATE_DRV_NAME ################################## *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== \ :kconfig:`GPIO_DW_CLOCK_GATE ` && \ :kconfig:`GPIO_DW ` && \ :kconfig:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/gpio/Kconfig.dw:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:26`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Enable clock gating .. code-block:: kconfig config GPIO_DW_CLOCK_GATE_DRV_NAME string default "" depends on GPIO_DW_CLOCK_GATE && GPIO_DW && GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*