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:
Jamie McCrae 2024-11-07 08:31:10 +00:00 committed by Anas Nashif
commit 2f800cea8f
42 changed files with 0 additions and 71 deletions

View file

@ -5,7 +5,6 @@
if SOC_SERIES_EFM32GG11B
config NUM_IRQS
int
# must be >= the highest interrupt number used
default 68

View file

@ -4,7 +4,6 @@
if SOC_SERIES_EFM32GG12B
config NUM_IRQS
int
# must be >= the highest interrupt number used
default 68

View file

@ -4,7 +4,6 @@
if SOC_SERIES_EFR32MG21
config NUM_IRQS
int
# must be >= the highest interrupt number used
default 61

View file

@ -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