soc: Remove re-defining some defined types
Removes re-defining some Kconfigs that are already defined e.g. in arch Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
ed48de2583
commit
2f800cea8f
42 changed files with 0 additions and 71 deletions
|
@ -5,7 +5,6 @@
|
|||
if SOC_SERIES_EFM32GG11B
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
# must be >= the highest interrupt number used
|
||||
default 68
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
if SOC_SERIES_EFM32GG12B
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
# must be >= the highest interrupt number used
|
||||
default 68
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
if SOC_SERIES_EFR32MG21
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
# must be >= the highest interrupt number used
|
||||
default 61
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ config SYS_CLOCK_HW_CYCLES_PER_SEC
|
|||
default $(dt_node_int_prop_int,/cpus/cpu@0,clock-frequency)
|
||||
|
||||
config NUM_IRQS
|
||||
int
|
||||
# must be >= the highest interrupt number used
|
||||
default 53
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue