Skip to content

Commit e34fa01

Browse files
ulfalizergalak
authored andcommitted
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 <[email protected]>
1 parent f052de5 commit e34fa01

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

soc/arm/atmel_sam/sam3x/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
if SOC_SERIES_SAM3X
1010

1111
config SOC_SERIES
12-
string
1312
default "sam3x"
1413

1514
config SOC_PART_NUMBER

soc/arm/atmel_sam/sam4s/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
if SOC_SERIES_SAM4S
1010

1111
config SOC_SERIES
12-
string
1312
default "sam4s"
1413

1514
config SOC_PART_NUMBER

soc/arm/atmel_sam/same70/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
if SOC_SERIES_SAME70
88

99
config SOC_SERIES
10-
string
1110
default "same70"
1211

1312
config SOC_PART_NUMBER

soc/arm/atmel_sam0/samd20/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
if SOC_SERIES_SAMD20
77

88
config SOC_SERIES
9-
string
109
default "samd20"
1110

1211
config SOC_PART_NUMBER

soc/arm/atmel_sam0/samd21/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
if SOC_SERIES_SAMD21
77

88
config SOC_SERIES
9-
string
109
default "samd21"
1110

1211
config SOC_PART_NUMBER

soc/arm/atmel_sam0/samr21/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
if SOC_SERIES_SAMR21
77

88
config SOC_SERIES
9-
string
109
default "samr21"
1110

1211
config SOC_PART_NUMBER

soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
if SOC_SERIES_MEC1501X
99

1010
config SOC_SERIES
11-
string
1211
default "mec1501"
1312

1413
config NUM_IRQS

soc/arm/microchip_mec/mec1701/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
if SOC_SERIES_MEC1701X
99

1010
config SOC_SERIES
11-
string
1211
default "mec1701"
1312

1413
config NUM_IRQS

soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ if SOC_SERIES_CC13X2_CC26X2
1010
source "soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.cc*"
1111

1212
config SOC_SERIES
13-
string
1413
default "cc13x2_cc26x2"
1514

1615
config SYS_CLOCK_HW_CYCLES_PER_SEC

soc/riscv/riscv-privilege/miv/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
if SOC_SERIES_RISCV32_MIV
44

55
config SOC_SERIES
6-
string
76
default "miv"
87

98
config SYS_CLOCK_HW_CYCLES_PER_SEC

soc/riscv/riscv-privilege/sifive-freedom/Kconfig.defconfig.series

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
if SOC_SERIES_RISCV_SIFIVE_FREEDOM
44

55
config SOC_SERIES
6-
string
76
default "sifive-freedom"
87

98
config SYS_CLOCK_HW_CYCLES_PER_SEC

0 commit comments

Comments
 (0)