Skip to content

Commit 7edafe0

Browse files
jerome-pouillermmahadevan108
authored andcommitted
soc: silabs: Drop useless comments
Most of the Kconfig files in soc/silabs start with a comment describing the chip. This comment is redundant with the help message in associated to the chip. Let's don't repeat ourselves. This patch also ensure the Kconfig help message the full name the chip. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 322a086 commit 7edafe0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+15
-102
lines changed

soc/silabs/silabs_s0/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Copyright (c) 2024 GARDENA GmbH
2-
#
32
# SPDX-License-Identifier: Apache-2.0
43

54
if SOC_FAMILY_SILABS_S0

soc/silabs/silabs_s0/efm32hg/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EFM32HG (Happy Gecko) MCU line
2-
31
# Copyright (c) 2018 Marcio Montenegro
42
# SPDX-License-Identifier: Apache-2.0
53

soc/silabs/silabs_s0/efm32hg/Kconfig.defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EFM32HG series configuration options
2-
31
# Copyright (c) 2018 Christian Taedcke
42
# Copyright (c) 2018 Marcio Montenegro
53
# SPDX-License-Identifier: Apache-2.0

soc/silabs/silabs_s0/efm32hg/Kconfig.soc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# EFM32HG (Happy Gecko) MCU line
2-
31
# Copyright (c) 2018 Marcio Montenegro
42
# SPDX-License-Identifier: Apache-2.0
53

64
config SOC_SERIES_EFM32HG
75
bool
86
select SOC_FAMILY_SILABS_S0
97
help
10-
EFM32HG Series MCU
8+
Silicon Labs EFM32HG (Happy Gecko) Series MCU
119

1210
config SOC_PART_NUMBER_EFM32HG322F64
1311
bool

soc/silabs/silabs_s0/efm32wg/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EFM32WG (Wonder Gecko) MCU line
2-
31
# Copyright (c) 2017 Christian Taedcke
42
# SPDX-License-Identifier: Apache-2.0
53

soc/silabs/silabs_s0/efm32wg/Kconfig.defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# EFM32WG series configuration options
2-
31
# Copyright (c) 2017 Christian Taedcke
42
# SPDX-License-Identifier: Apache-2.0
53

soc/silabs/silabs_s0/efm32wg/Kconfig.soc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# EFM32WG (Wonder Gecko) MCU line
2-
31
# Copyright (c) 2017 Christian Taedcke
42
# SPDX-License-Identifier: Apache-2.0
53

64
config SOC_SERIES_EFM32WG
75
bool
86
select SOC_FAMILY_SILABS_S0
97
help
10-
EFM32WG Series MCU
8+
Silicon Labs EFM32WG (Wonder Gecko) Series MCU
119

1210
config SOC_PART_NUMBER_EFM32WG990F256
1311
bool

soc/silabs/silabs_s1/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Copyright (c) 2024 GARDENA GmbH
2-
#
32
# SPDX-License-Identifier: Apache-2.0
43

54
if SOC_FAMILY_SILABS_S1

soc/silabs/silabs_s1/efm32gg11b/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# EFM32GG11B (Giant Gecko) MCU line
21
# Copyright (c) 2019 Interay Solutions B.V.
32
# Copyright (c) 2019 Oane Kingma
43
# SPDX-License-Identifier: Apache-2.0

soc/silabs/silabs_s1/efm32gg11b/Kconfig.defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# EFM32GG11B series configuration options
21
# Copyright (c) 2019 Interay Solutions B.V.
32
# Copyright (c) 2019 Oane Kingma
43
# SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)