:orphan: .. title:: ARCV2_INTERRUPT_UNIT .. option:: CONFIG_ARCV2_INTERRUPT_UNIT *ARCv2 Interrupt Unit* Type: ``bool`` 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. Direct dependencies =================== \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/interrupt_controller/Kconfig:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:26`` Menu path: (Top) → Device Drivers → Interrupt Controllers .. parsed-literal:: config ARCV2_INTERRUPT_UNIT bool "ARCv2 Interrupt Unit" default y depends on \ :option:`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.)*