:orphan: .. title:: GPIO_DW .. option:: CONFIG_GPIO_DW *Designware GPIO* Type: ``bool`` Help ==== Enable driver for Designware GPIO Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`BOARD_EM_STARTERKIT `) || (\ :option:`GPIO ` && \ :option:`BOARD_EMSDP `) || (\ :option:`GPIO ` && \ :option:`BOARD_HSDK `) || (\ :option:`GPIO ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`GPIO ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/arc/em_starterkit/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_DW bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_EM_STARTERKIT ` ---- At ``boards/arc/emsdp/Kconfig.defconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_DW bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_EMSDP ` ---- At ``boards/arc/hsdk/Kconfig.defconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_DW bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_HSDK ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config GPIO_DW bool default y depends on \ :option:`GPIO ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/gpio/Kconfig.dw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:34`` → ``drivers/gpio/Kconfig:24`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_DW bool "Designware GPIO" depends on \ :option:`GPIO ` help Enable driver for Designware GPIO *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*