The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_GPIO_DW_0

Designware GPIO block 0

Type: bool

Help

Include Designware GPIO driver

Direct dependencies

(GPIO_DW && GPIO && BOARD_EM_STARTERKIT) || (GPIO && BOARD_INTEL_S1000_CRB) || (GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000) || (GPIO_DW && GPIO)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

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

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:169

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config GPIO_DW_0
    bool
    default "y" if GPIO && BOARD_INTEL_S1000_CRB
    depends on GPIO && BOARD_INTEL_S1000_CRB

At soc/x86/intel_quark/quark_x1000/Kconfig.defconfig.series:100

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config GPIO_DW_0
    bool
    default "y" if GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000
    depends on GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000

At drivers/gpio/Kconfig.dw:35

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:25

Menu path: (top menu) → Device Drivers → GPIO Drivers → Designware GPIO

config GPIO_DW_0
    bool
    prompt "Designware GPIO block 0" if GPIO_DW && GPIO
    depends on GPIO_DW && GPIO
    help
      Include Designware GPIO driver

(Definitions include propagated dependencies, including from if’s and menus.)