CONFIG_GEN_SW_ISR_TABLE

Generate a software ISR table

Type: bool

Help

This option controls whether a platform using gen_isr_tables needs a software ISR table table created. This is an array of struct _isr_table_entry containing the interrupt service routine and supplied parameter.

Direct dependencies

GEN_ISR_TABLES

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At arch/Kconfig:161

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu) → General Architecture Options → Interrupt Configuration

config GEN_SW_ISR_TABLE
    bool
    prompt "Generate a software ISR table" if GEN_ISR_TABLES
    default "y" if GEN_ISR_TABLES
    depends on GEN_ISR_TABLES
    help
      This option controls whether a platform using gen_isr_tables
      needs a software ISR table table created. This is an array of struct
      _isr_table_entry containing the interrupt service routine and supplied
      parameter.

(Definitions include propagated dependencies, including from if’s and menus.)