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

Driver name

Type: string

Direct dependencies

(GPIO_DW_0 && GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000) || (GPIO_DW_0 && !HAS_DTS && GPIO_DW && GPIO)

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

Defaults

Kconfig definitions

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

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

Menu path: (top menu)

config GPIO_DW_0_NAME
    string
    default "GPIO_0" if GPIO_DW_0 && GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000
    depends on GPIO_DW_0 && GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000

At drivers/gpio/Kconfig.dw:41

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_NAME
    string
    prompt "Driver name" if GPIO_DW_0 && !HAS_DTS && GPIO_DW && GPIO
    default "GPIO_0" if GPIO_DW_0 && !HAS_DTS && GPIO_DW && GPIO
    depends on GPIO_DW_0 && !HAS_DTS && GPIO_DW && GPIO

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