CONFIG_GPIO_DW_2¶
Designware GPIO block 1
Type: bool
Help¶
Include Designware GPIO driver
Direct dependencies¶
(GPIO_DW && GPIO && BOARD_EM_STARTERKIT) || (GPIO_DW && GPIO)
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Kconfig definitions¶
At <Zephyr Boards>/arc/em_starterkit/Kconfig.defconfig:21
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config GPIO_DW_2
    bool
    default y
    depends on GPIO_DW && GPIO && BOARD_EM_STARTERKIT
At <Zephyr Driver>/gpio/Kconfig.dw:89
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
config GPIO_DW_2
    bool "Designware GPIO block 1"
    depends on GPIO_DW && GPIO
    help
      Include Designware GPIO driver
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)