CONFIG_GPIO_DW_0

Designware GPIO block 0

Type: bool

Help

Include Designware GPIO driver

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr Boards>/arc/em_starterkit/Kconfig.defconfig:15

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

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

At <Zephyr Boards>/arc/emsdp/Kconfig.defconfig:19

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

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

At <Zephyr Boards>/arc/hsdk/Kconfig.defconfig:14

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config GPIO_DW_0
    bool
    default y
    depends on GPIO_DW && GPIO && BOARD_HSDK

At <Zephyr Boards>/xtensa/intel_s1000_crb/Kconfig.defconfig:128

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config GPIO_DW_0
    bool
    default y
    depends on GPIO && BOARD_INTEL_S1000_CRB

At <Zephyr Driver>/gpio/Kconfig.dw:31

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:36<Zephyr Driver>/gpio/Kconfig:26

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

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