diff options
author | Felix Singer <felixsinger@posteo.net> | 2021-04-30 07:17:22 +0200 |
---|---|---|
committer | Michael Niewöhner <foss@mniewoehner.de> | 2021-05-02 19:42:50 +0000 |
commit | 38dc194485de7f13b797f125495050f673458287 (patch) | |
tree | 572adcda4e195a4a547695ba5051cd164c6a0f5c | |
parent | b997b0a04e758207a8db9900eb79a3f59c546193 (diff) |
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>
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 65277f2f07..8c6cd53ec6 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -7,8 +7,6 @@ config SOC_INTEL_COFFEELAKE 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 @@ config SOC_INTEL_WHISKEYLAKE 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 @@ config SOC_INTEL_COMETLAKE 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_COMETLAKE_V config SOC_INTEL_CANNONLAKE_PCH_H bool - help - Choose this option if you have a PCH-H chipset. if SOC_INTEL_CANNONLAKE_BASE |