:orphan: .. title:: GPIO_DW_0 .. option:: CONFIG_GPIO_DW_0 *Designware GPIO block 0* Type: ``bool`` Help ==== .. code-block:: none Include Designware GPIO driver Direct dependencies =================== (\ :option:`GPIO_DW ` && \ :option:`GPIO ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`GPIO_DW ` && \ :option:`GPIO ` && \ :option:`BOARD_EMSDP `) || (\ :option:`GPIO_DW ` && \ :option:`GPIO ` && \ :option:`BOARD_HSDK `) || (\ :option:`GPIO ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`GPIO_DW ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== At ``/arc/em_starterkit/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_DW_0 bool default y depends on GPIO_DW && GPIO && BOARD_EM_STARTERKIT ---- At ``/arc/emsdp/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_DW_0 bool default y depends on GPIO_DW && GPIO && BOARD_EMSDP ---- At ``/arc/hsdk/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_DW_0 bool default y depends on GPIO_DW && GPIO && BOARD_HSDK ---- At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:130`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config GPIO_DW_0 bool default y depends on GPIO && BOARD_INTEL_S1000_CRB ---- At ``/gpio/Kconfig.dw:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:34`` → ``/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO .. code-block:: kconfig config GPIO_DW_0 bool "Designware GPIO block 0" depends on GPIO_DW && GPIO help Include Designware GPIO driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*