CONFIG_GPIO_DW_CLOCK_GATE_DRV_NAME¶
(No prompt – not directly user assignable.)
Type: string
Direct dependencies¶
GPIO_DW_CLOCK_GATE && GPIO_DW && GPIO
(Includes any dependencies from ifs and menus.)
Default¶
- “” 
Kconfig definition¶
At <Zephyr Driver>/gpio/Kconfig.dw:26
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:36 → <Zephyr Driver>/gpio/Kconfig:26
Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO → Enable clock gating
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.)