CONFIG_I2C_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

(I2C_0 && I2C_DW && I2C && SOC_SERIES_QUARK_X1000) || (I2C_0 && I2C_DW_0_IRQ_SHARED && I2C_DW && I2C)

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

Kconfig definitions

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

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

Menu path: (top menu)

config I2C_DW_0_IRQ_SHARED_NAME
    string
    default SHARED_IRQ_0_NAME if SHARED_IRQ && I2C_0 && I2C_DW && I2C && SOC_SERIES_QUARK_X1000
    depends on I2C_0 && I2C_DW && I2C && SOC_SERIES_QUARK_X1000

At drivers/i2c/Kconfig.dw:42

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/i2c/Kconfig:21

Menu path: (top menu) → Device Drivers → I2C Drivers → Design Ware I2C support

config I2C_DW_0_IRQ_SHARED_NAME
    string
    prompt "Device name for Shared IRQ" if I2C_0 && I2C_DW_0_IRQ_SHARED && I2C_DW && I2C
    depends on I2C_0 && I2C_DW_0_IRQ_SHARED && I2C_DW && I2C
    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.)