From a32a57929bb2ef1a9c5eb87d4412c486b043cfbf Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 30 Apr 2021 15:25:13 +0200 Subject: soc/intel/skylake: Remove useless help texts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove useless help texts since they don't add any more value. Change-Id: Iabcaec1bc8abe2c4628105752e49247e946fcfe7 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/52786 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/soc/intel/skylake/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/soc/intel/skylake/Kconfig') diff --git a/src/soc/intel/skylake/Kconfig b/src/soc/intel/skylake/Kconfig index bd4c13e0a745..3f0297425327 100644 --- a/src/soc/intel/skylake/Kconfig +++ b/src/soc/intel/skylake/Kconfig @@ -4,14 +4,10 @@ config SOC_INTEL_COMMON_SKYLAKE_BASE config SOC_INTEL_SKYLAKE bool select SOC_INTEL_COMMON_SKYLAKE_BASE - help - Intel Skylake support config SOC_INTEL_KABYLAKE bool select SOC_INTEL_COMMON_SKYLAKE_BASE - help - Intel Kabylake support config SOC_INTEL_SKYLAKE_LGA1151_V2 bool @@ -184,8 +180,6 @@ config VGA_BIOS_ID config SKYLAKE_SOC_PCH_H bool default n - help - Choose this option if you have a PCH-H chipset. config NHLT_DMIC_1CH bool -- cgit v1.2.3