CONFIG_CAVS_ICTL_0_OFFSET

Parent interrupt number to which CAVS_0 maps

Type: hex

Direct dependencies

BOARD_INTEL_S1000_CRB || CAVS_ICTL

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config CAVS_ICTL_0_OFFSET
    hex
    default 0x06 if BOARD_INTEL_S1000_CRB
    depends on BOARD_INTEL_S1000_CRB

At drivers/interrupt_controller/Kconfig.s1000:27

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

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

config CAVS_ICTL_0_OFFSET
    hex
    prompt "Parent interrupt number to which CAVS_0 maps" if CAVS_ICTL
    default 0x00 if CAVS_ICTL
    depends on CAVS_ICTL

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