CONFIG_SW_ISR_TABLE_STATIC_CUSTOM

Projects, not the platform, provide a software table of ISR and their parameters. The table is static, and thus ISRs cannot be connected at runtime.

Symbol:

SW_ISR_TABLE_STATIC_CUSTOM

Type:

bool

Value:

“n”

User value:

(no user value)

Visibility:

“n”

Is choice item:

false

Is defined:

true

Is from env.:

false

Is special:

false

Prompts:
  • “Projects provide a custom static software ISR table” if SW_ISR_TABLE && !SW_ISR_TABLE_DYNAMIC (value: “n”)
  • “Projects provide a custom static software ISR table” if SW_ISR_TABLE && !SW_ISR_TABLE_DYNAMIC (value: “n”)
Default values:
  • n (value: “n”)
  • Condition: SW_ISR_TABLE && !SW_ISR_TABLE_DYNAMIC (value: “n”)
  • n (value: “n”)
  • Condition: SW_ISR_TABLE && !SW_ISR_TABLE_DYNAMIC (value: “n”)
Selects:

(no selects)

Reverse (select-related) dependencies:
 

(no reverse dependencies)

Additional dependencies from enclosing menus and ifs:
 

CPU_CORTEX_M && ARM && CPU_CORTEX_M3_M4 (value: “n”)

Locations:
  • ../arch/arc/Kconfig:191
  • ../arch/arm/core/cortex_m/Kconfig:163