Skip to content

Commit 73f3f7d

Browse files
nordicjmnashif
authored andcommitted
soc: gd: gd32: Remove setting Kconfig in wrong place
This Kconfig should not be set from here Signed-off-by: Jamie McCrae <[email protected]>
1 parent 557a2c6 commit 73f3f7d

File tree

6 files changed

+0
-18
lines changed

6 files changed

+0
-18
lines changed

soc/gd/gd32/gd32a50x/Kconfig.defconfig.series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if SOC_SERIES_GD32A50X
55

6-
config SOC_SERIES
7-
default "gd32a50x"
8-
96
rsource "Kconfig.defconfig.gd32*"
107

118
endif # SOC_SERIES_GD32A50X

soc/gd/gd32/gd32e10x/Kconfig.defconfig.series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if SOC_SERIES_GD32E10X
55

6-
config SOC_SERIES
7-
default "gd32e10x"
8-
96
rsource "Kconfig.defconfig.gd32*"
107

118
endif # SOC_SERIES_GD32E10X

soc/gd/gd32/gd32e50x/Kconfig.defconfig.series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if SOC_SERIES_GD32E50X
55

6-
config SOC_SERIES
7-
default "gd32e50x"
8-
96
rsource "Kconfig.defconfig.gd32*"
107

118
endif # SOC_SERIES_GD32E50X

soc/gd/gd32/gd32f3x0/Kconfig.defconfig.series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if SOC_SERIES_GD32F3X0
55

6-
config SOC_SERIES
7-
default "gd32f3x0"
8-
96
rsource "Kconfig.defconfig.gd32*"
107

118
endif # SOC_SERIES_GD32F3X0

soc/gd/gd32/gd32f4xx/Kconfig.defconfig.series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if SOC_SERIES_GD32F4XX
55

6-
config SOC_SERIES
7-
default "gd32f4xx"
8-
96
rsource "Kconfig.defconfig.gd32*"
107

118
endif # SOC_SERIES_GD32F4XX

soc/gd/gd32/gd32l23x/Kconfig.defconfig.series

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33

44
if SOC_SERIES_GD32L23X
55

6-
config SOC_SERIES
7-
default "gd32l23x"
8-
96
rsource "Kconfig.defconfig.gd32*"
107

118
endif # SOC_SERIES_GD32L23X

0 commit comments

Comments
 (0)