: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 ================== .. highlight:: kconfig At ``drivers/gpio/Kconfig.dw:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Enable clock gating .. parsed-literal:: config GPIO_DW_CLOCK_GATE_DRV_NAME string default "" depends on \ :option:`GPIO_DW_CLOCK_GATE ` && \ :option:`GPIO_DW ` && \ :option:`GPIO ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*