arm/riscv: Remove types from SOC_SERIES in Kconfig.defconfig files
SOC_SERIES is already defined with a type in arch/Kconfig, which is always included. 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
f052de56a0
commit
e34fa01d46
11 changed files with 0 additions and 11 deletions
|
@ -9,7 +9,6 @@
|
|||
if SOC_SERIES_SAM3X
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "sam3x"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
if SOC_SERIES_SAM4S
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "sam4s"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
if SOC_SERIES_SAME70
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "same70"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
if SOC_SERIES_SAMD20
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "samd20"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
if SOC_SERIES_SAMD21
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "samd21"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
if SOC_SERIES_SAMR21
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "samr21"
|
||||
|
||||
config SOC_PART_NUMBER
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
if SOC_SERIES_MEC1501X
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "mec1501"
|
||||
|
||||
config NUM_IRQS
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
if SOC_SERIES_MEC1701X
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "mec1701"
|
||||
|
||||
config NUM_IRQS
|
||||
|
|
|
@ -10,7 +10,6 @@ if SOC_SERIES_CC13X2_CC26X2
|
|||
source "soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.cc*"
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "cc13x2_cc26x2"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
if SOC_SERIES_RISCV32_MIV
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "miv"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
if SOC_SERIES_RISCV_SIFIVE_FREEDOM
|
||||
|
||||
config SOC_SERIES
|
||||
string
|
||||
default "sifive-freedom"
|
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue