Skip to content

Commit

Permalink
WIP: Just for test purposes
Browse files Browse the repository at this point in the history
Enable ISR_TABLES_LOCAL_DECLARATION by default on ARM architectures.

Signed-off-by: Radoslaw Koppel <radoslaw.koppel@nordicsemi.no>
  • Loading branch information
rakons committed Dec 22, 2023
1 parent a45c0dd commit 4de4efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ menu "Interrupt Configuration"

config ISR_TABLES_LOCAL_DECLARATION
bool "ISR tables created locally and placed by linker"
default y if ARM
default y if ARM64
help
Enable new scheme of interrupt tables generation.
This is totally different generator that would create tables entries locally
Expand Down

0 comments on commit 4de4efa

Please sign in to comment.