:orphan: .. title:: CONFIG_ARCV2_INTERRUPT_UNIT .. kconfig:: CONFIG_ARCV2_INTERRUPT_UNIT CONFIG_ARCV2_INTERRUPT_UNIT ########################### *ARCv2 Interrupt Unit* Type: ``bool`` Help ==== .. code-block:: none The ARCv2 interrupt unit has 16 allocated exceptions associated with vectors 0 to 15 and 240 interrupts associated with vectors 16 to 255. The interrupt unit is optional in the ARCv2-based processors. When building a processor, you can configure the processor to include an interrupt unit. The ARCv2 interrupt unit is highly programmable. Direct dependencies =================== \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/interrupt_controller/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:28`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. code-block:: kconfig config ARCV2_INTERRUPT_UNIT bool "ARCv2 Interrupt Unit" default y depends on ARC help The ARCv2 interrupt unit has 16 allocated exceptions associated with vectors 0 to 15 and 240 interrupts associated with vectors 16 to 255. The interrupt unit is optional in the ARCv2-based processors. When building a processor, you can configure the processor to include an interrupt unit. The ARCv2 interrupt unit is highly programmable. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*