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
|
|||
default "stm32f302x8"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 82
|
||||
|
||||
if GPIO_STM32
|
||||
|
|
|
@ -11,7 +11,6 @@ config SOC
|
|||
default "stm32f303xc"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 82
|
||||
|
||||
if GPIO_STM32
|
||||
|
|
|
@ -11,7 +11,6 @@ config SOC
|
|||
default "stm32f334x8"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 82
|
||||
|
||||
if GPIO_STM32
|
||||
|
|
|
@ -11,7 +11,6 @@ config SOC
|
|||
default "stm32f373xc"
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
default 82
|
||||
|
||||
if GPIO_STM32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue