The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_GPIO_DW_1

Designware GPIO block 1

Type: bool

Help

Include Designware GPIO driver

Direct dependencies

(GPIO_DW && GPIO && BOARD_EM_STARTERKIT) || (GPIO_DW && GPIO && BOARD_EMSDP) || (GPIO_DW && GPIO)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At boards/arc/em_starterkit/Kconfig.defconfig:18

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_DW_1
    bool
    default y
    depends on GPIO_DW && GPIO && BOARD_EM_STARTERKIT

At boards/arc/emsdp/Kconfig.defconfig:22

Included via Kconfig:8Kconfig.zephyr:18

Menu path: (Top)

config GPIO_DW_1
    bool
    default y
    depends on GPIO_DW && GPIO && BOARD_EMSDP

At drivers/gpio/Kconfig.dw:60

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:34drivers/gpio/Kconfig:24

Menu path: (Top) → Device Drivers → GPIO Drivers → Designware GPIO

config GPIO_DW_1
    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.)