:orphan: .. title:: DW_ICTL_OFFSET .. option:: 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 =================== \ :option:`BOARD_INTEL_S1000_CRB ` || \ :option:`DW_ICTL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 7 - 0 Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DW_ICTL_OFFSET int default 7 depends on \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/interrupt_controller/Kconfig.dw:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:53`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller .. parsed-literal:: config DW_ICTL_OFFSET int "Parent interrupt number to which DW_ICTL maps" default 0 depends on \ :option:`DW_ICTL ` help Parent interrupt number to which DW_ICTL maps *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*