:orphan: .. title:: GPIO_DW_1 .. option:: CONFIG_GPIO_DW_1 *Designware GPIO block 1* Type: ``bool`` Help ==== 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 `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_DW_1 bool default y depends on \ :option:`GPIO_DW ` && \ :option:`GPIO ` && \ :option:`BOARD_EM_STARTERKIT ` ---- At ``boards/arc/emsdp/Kconfig.defconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_DW_1 bool default y depends on \ :option:`GPIO_DW ` && \ :option:`GPIO ` && \ :option:`BOARD_EMSDP ` ---- At ``drivers/gpio/Kconfig.dw:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO .. parsed-literal:: config GPIO_DW_1 bool "Designware GPIO block 1" depends on \ :option:`GPIO_DW ` && \ :option:`GPIO ` help Include Designware GPIO driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*