Skip to content

Commit

Permalink
soc: rcar_gen3: set correct NUM_IRQS for ARM64 R-Car Gen3 boards
Browse files Browse the repository at this point in the history
Align number of interrupts for ARM64 R-Car Gen3 boards with
the documentation.

Signed-off-by: Mykola Kvach <[email protected]>
  • Loading branch information
xakep-amatop authored and fabiobaltieri committed Mar 25, 2024
1 parent 6ea749d commit 5554fd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions soc/renesas/rcar/rcar_gen3/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
if SOC_SERIES_RCAR_GEN3

config NUM_IRQS
default 512 if SOC_R8A77951_R7
default 240 if SOC_R8A77961 || SOC_R8A77951_A57
default 512

config PINCTRL
default y
Expand Down

0 comments on commit 5554fd1

Please sign in to comment.