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

CONFIG_ITE_IT8XXX2_INTC

(No prompt – not directly user assignable.)

Type: bool

Help

Configures the maximum number of clients allowed per shared
instance of the shared interrupt driver. To conserve RAM set
this value to the lowest practical value.
this software interrupt default set on by device tree.

Direct dependencies

SOC_SERIES_RISCV32_IT8XXX2 || SOC_IT8XXX2

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • n

Symbols selected by this symbol

Kconfig definitions

At soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:9

Included via Kconfig:8Kconfig.zephyr:27soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config ITE_IT8XXX2_INTC
    bool
    default y
    select FLASH
    select FLASH_HAS_PAGE_LAYOUT
    select FLASH_HAS_DRIVER_ENABLED
    select HAS_FLASH_LOAD_OFFSET
    depends on SOC_SERIES_RISCV32_IT8XXX2

At drivers/interrupt_controller/Kconfig.it8xxx2:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:28drivers/interrupt_controller/Kconfig:54

Menu path: (Top) → Device Drivers → Interrupt Controllers

config ITE_IT8XXX2_INTC
    bool
    default n
    depends on SOC_IT8XXX2
    help
      Configures the maximum number of clients allowed per shared
      instance of the shared interrupt driver. To conserve RAM set
      this value to the lowest practical value.
      this software interrupt default set on by device tree.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)