CONFIG_GPIO_DW_1_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_1_IRQ_SHARED && GPIO_DW && GPIO

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

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/gpio/Kconfig.dw:123

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

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

config GPIO_DW_1_IRQ_SHARED_NAME
    string
    prompt "Device name for Shared IRQ" if GPIO_DW_1_IRQ_SHARED && GPIO_DW && GPIO
    depends on GPIO_DW_1_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.)