CONFIG_GPIO_DW_0_IRQ_SHARED_NAME

Device name for Shared IRQ

Type: string

Help

Specify the device name for the shared IRQ driver. It is used to register this driver with the shared IRQ driver, so interrupts can be dispatched correctly.

Direct dependencies

(GPIO_DW_0 && GPIO_DW && GPIO && SOC_SERIES_QUARK_X1000) || (GPIO_DW_0 && GPIO_DW_0_IRQ_SHARED && GPIO_DW && GPIO)

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

Kconfig definitions

At arch/x86/soc/intel_quark/quark_x1000/Kconfig.defconfig.series:123

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config GPIO_DW_0_IRQ_SHARED_NAME
    string
    default SHARED_IRQ_0_NAME if SHARED_IRQ && 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:71

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:35

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

config GPIO_DW_0_IRQ_SHARED_NAME
    string
    prompt "Device name for Shared IRQ" if GPIO_DW_0 && GPIO_DW_0_IRQ_SHARED && GPIO_DW && GPIO
    depends on GPIO_DW_0 && GPIO_DW_0_IRQ_SHARED && GPIO_DW && GPIO
    help
      Specify the device name for the shared IRQ driver. It is used to register
      this driver with the shared IRQ driver, so interrupts can be dispatched
      correctly.

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