CONFIG_2ND_LVL_INTR_00_OFFSET

Parent interrupt number to which controller_0 maps

Type: hex

Help

This is the interrupt number in the first level to which controller_0 of second level maps.

Direct dependencies

BOARD_INTEL_S1000_CRB || 2ND_LEVEL_INTERRUPTS

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

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config 2ND_LVL_INTR_00_OFFSET
    hex
    default CAVS_ICTL_0_OFFSET if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At drivers/interrupt_controller/Kconfig.multilevel:52

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:24drivers/interrupt_controller/Kconfig:163

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

config 2ND_LVL_INTR_00_OFFSET
    hex
    prompt "Parent interrupt number to which controller_0 maps" if 2ND_LEVEL_INTERRUPTS
    default 0x00 if 2ND_LEVEL_INTERRUPTS
    depends on 2ND_LEVEL_INTERRUPTS
    help
      This is the interrupt number in the first level to which
      controller_0 of second level maps.

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