:orphan: .. title:: ITE_IT8XXX2_INTC .. option:: 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 =================== \ :option:`SOC_SERIES_RISCV32_IT8XXX2 ` || \ :option:`SOC_IT8XXX2 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - n Symbols selected by this symbol =============================== - \ :option:`FLASH ` - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`HAS_FLASH_LOAD_OFFSET ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/riscv/riscv-ite/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config ITE_IT8XXX2_INTC bool default y select \ :option:`FLASH ` select \ :option:`FLASH_HAS_PAGE_LAYOUT ` select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`HAS_FLASH_LOAD_OFFSET ` depends on \ :option:`SOC_SERIES_RISCV32_IT8XXX2 ` ---- At ``drivers/interrupt_controller/Kconfig.it8xxx2:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` → ``drivers/interrupt_controller/Kconfig:55`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config ITE_IT8XXX2_INTC bool default n depends on \ :option:`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.)*