:orphan: .. title:: CONFIG_GPIO_DW_3 .. kconfig:: CONFIG_GPIO_DW_3 CONFIG_GPIO_DW_3 ################ *Designware GPIO block 1* Type: ``bool`` Help ==== .. code-block:: none Include Designware GPIO driver Direct dependencies =================== (\ :kconfig:`GPIO_DW ` && \ :kconfig:`GPIO ` && \ :kconfig:`BOARD_EM_STARTERKIT `) || (\ :kconfig:`GPIO_DW ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config GPIO_DW_3 bool default y depends on GPIO_DW && GPIO && BOARD_EM_STARTERKIT ---- At ``/gpio/Kconfig.dw:118`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:26`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO .. code-block:: kconfig config GPIO_DW_3 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.)*