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_SERIES
|
|||
default "mcimx6x_m4"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
# must be >= the highest interrupt number used
|
||||
default 128
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ config SOC_SERIES
|
|||
default "mcimx7_m4"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
# must be >= the highest interrupt number used
|
||||
default 127
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue