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

Parent interrupt number to which DW_ICTL maps

Type: int

Help

Parent interrupt number to which DW_ICTL maps

Direct dependencies

BOARD_INTEL_S1000_CRB || DW_ICTL

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config DW_ICTL_OFFSET
    int
    default 7 if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At drivers/interrupt_controller/Kconfig:137

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:24

Menu path: (top menu) → Device Drivers → Interrupt Controllers

config DW_ICTL_OFFSET
    int
    prompt "Parent interrupt number to which DW_ICTL maps" if DW_ICTL
    default 0 if DW_ICTL
    depends on DW_ICTL
    help
      Parent interrupt number to which DW_ICTL maps

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