Michael Niewöhner has submitted this change. ( https://review.coreboot.org/c/coreboot/+/52777 )
Change subject: soc/intel/cannonlake: Remove useless help texts ......................................................................
soc/intel/cannonlake: Remove useless help texts
Remove useless help texts since they don't add any more value.
Change-Id: Id8a15681a98ceb648814662545f5a3bf0f14b95c Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/52777 Reviewed-by: Michael Niewöhner foss@mniewoehner.de Reviewed-by: Nico Huber nico.h@gmx.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/cannonlake/Kconfig 1 file changed, 0 insertions(+), 8 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 65277f2..8c6cd53 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -7,8 +7,6 @@ select FSP_USES_CB_STACK select HAVE_INTEL_FSP_REPO select SOC_INTEL_CONFIGURE_DDI_A_4_LANES - help - Intel Coffeelake support
config SOC_INTEL_WHISKEYLAKE bool @@ -16,8 +14,6 @@ select FSP_USES_CB_STACK select HAVE_INTEL_FSP_REPO select SOC_INTEL_CONFIGURE_DDI_A_4_LANES - help - Intel Whiskeylake support
config SOC_INTEL_COMETLAKE bool @@ -25,8 +21,6 @@ select FSP_USES_CB_STACK select HAVE_INTEL_FSP_REPO select SOC_INTEL_CONFIGURE_DDI_A_4_LANES - help - Intel Cometlake support
config SOC_INTEL_COMETLAKE_1 bool @@ -46,8 +40,6 @@
config SOC_INTEL_CANNONLAKE_PCH_H bool - help - Choose this option if you have a PCH-H chipset.
if SOC_INTEL_CANNONLAKE_BASE