arm/riscv: kconfig: Remove type from NUM_IRQS in defconfig files
Add a common definition for NUM_IRQS in arch/arm/core/Kconfig and arch/riscv/Kconfig. That way, the type doesn't have to be given for NUM_IRQS in all the Kconfig.defconfig files. Trying to get rid of unnecessary "full" symbol definitions in Kconfig.defconfig files, to make the organization clearer. It can also help with finding unused symbols. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
873d1ed14a
commit
a02c333963
102 changed files with 8 additions and 102 deletions
|
@ -11,7 +11,6 @@ config SOC
|
|||
|
||||
# 32 from event unit + 32 * (1 + max enabled INTMUX channel)
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 288 if RV32M1_INTMUX_CHANNEL_7
|
||||
default 256 if RV32M1_INTMUX_CHANNEL_6
|
||||
default 224 if RV32M1_INTMUX_CHANNEL_5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue