:orphan: .. title:: CONFIG_ITE_IT8XXX2_INTC .. kconfig:: CONFIG_ITE_IT8XXX2_INTC CONFIG_ITE_IT8XXX2_INTC ####################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 ` || \ :kconfig:`SOC_SERIES_RISCV32_IT8XXX2 ` || \ :kconfig:`SOC_IT8XXX2 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - n Symbols selected by this symbol =============================== - \ :kconfig:`FLASH ` - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` - \ :kconfig:`HAS_FLASH_LOAD_OFFSET ` - \ :kconfig:`FLASH ` - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` - \ :kconfig:`HAS_FLASH_LOAD_OFFSET ` Kconfig definitions =================== At ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig 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 ``/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. code-block:: kconfig 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 ``/interrupt_controller/Kconfig.it8xxx2:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` → ``/interrupt_controller/Kconfig:54`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig 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.)*