Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/29677 )
Change subject: soc/intel/common/*/Kconfig: Remove redundant comments ......................................................................
soc/intel/common/*/Kconfig: Remove redundant comments
Change-Id: Ide9608e487793fa4a8b0e291ba168126e0484355 Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/29677 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Subrata Banik subrata.banik@intel.com Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/common/block/Kconfig M src/soc/intel/common/pch/Kconfig 2 files changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/src/soc/intel/common/block/Kconfig b/src/soc/intel/common/block/Kconfig index e5375d2..80e5c66 100644 --- a/src/soc/intel/common/block/Kconfig +++ b/src/soc/intel/common/block/Kconfig @@ -5,7 +5,6 @@
if SOC_INTEL_COMMON_BLOCK
-comment "Intel SoC Common IP Code" source "src/soc/intel/common/block/*/Kconfig"
endif diff --git a/src/soc/intel/common/pch/Kconfig b/src/soc/intel/common/pch/Kconfig index 2bf6d68..f4f3ad0 100644 --- a/src/soc/intel/common/pch/Kconfig +++ b/src/soc/intel/common/pch/Kconfig @@ -12,7 +12,6 @@
if SOC_INTEL_COMMON_PCH_BASE
-comment "Intel SoC Common PCH Code" source "src/soc/intel/common/pch/*/Kconfig"
config PCH_SPECIFIC_OPTIONS