:orphan: .. title:: GPIO_DW_CLOCK_GATE_DRV_NAME .. option:: CONFIG_GPIO_DW_CLOCK_GATE_DRV_NAME *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== \ :option:`GPIO_DW_CLOCK_GATE ` && \ :option:`GPIO_DW ` && \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/gpio/Kconfig.dw:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:24`` 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.)*