Commit 7edafe00 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Mahesh Mahadevan
Browse files

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: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
parent 322a0862
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
# Copyright (c) 2024 GARDENA GmbH
#
# SPDX-License-Identifier: Apache-2.0

if SOC_FAMILY_SILABS_S0
+0 −2
Original line number Diff line number Diff line
# EFM32HG (Happy Gecko) MCU line

# Copyright (c) 2018 Marcio Montenegro
# SPDX-License-Identifier: Apache-2.0

+0 −2
Original line number Diff line number Diff line
# EFM32HG series configuration options

# Copyright (c) 2018 Christian Taedcke
# Copyright (c) 2018 Marcio Montenegro
# SPDX-License-Identifier: Apache-2.0
+1 −3
Original line number Diff line number Diff line
# EFM32HG (Happy Gecko) MCU line

# Copyright (c) 2018 Marcio Montenegro
# SPDX-License-Identifier: Apache-2.0

@@ -7,7 +5,7 @@ config SOC_SERIES_EFM32HG
	bool
	select SOC_FAMILY_SILABS_S0
	help
	  EFM32HG Series MCU
	  Silicon Labs EFM32HG (Happy Gecko) Series MCU

config SOC_PART_NUMBER_EFM32HG322F64
	bool
+0 −2
Original line number Diff line number Diff line
# EFM32WG (Wonder Gecko) MCU line

# Copyright (c) 2017 Christian Taedcke
# SPDX-License-Identifier: Apache-2.0

Loading