:orphan: .. title:: CONFIG_DW_ICTL_OFFSET .. kconfig:: CONFIG_DW_ICTL_OFFSET CONFIG_DW_ICTL_OFFSET ##################### *Parent interrupt number to which DW\_ICTL maps* Type: ``int`` Help ==== .. code-block:: none Parent interrupt number to which DW_ICTL maps Direct dependencies =================== \ :kconfig:`BOARD_INTEL_S1000_CRB ` || \ :kconfig:`DW_ICTL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 7 - 0 Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config DW_ICTL_OFFSET int default 7 depends on BOARD_INTEL_S1000_CRB ---- At ``/interrupt_controller/Kconfig.dw:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:52`` Menu path: (Top) → Device Drivers → Interrupt Controllers → Designware Interrupt Controller .. code-block:: kconfig config DW_ICTL_OFFSET int "Parent interrupt number to which DW_ICTL maps" default 0 depends on DW_ICTL help Parent interrupt number to which DW_ICTL maps *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*