diff options
author | Nico Huber <nico.h@gmx.de> | 2018-11-13 20:04:35 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-11-18 20:57:28 +0000 |
commit | b2b3ab7c438fbdbc407e12b6f76188ad1956feb8 (patch) | |
tree | 7d43299078824b9988b76fd6094e401db1598a2c /src/soc | |
parent | 47df66d7654f515594bdc6e60d8a87a8ebe7a3c6 (diff) | |
download | coreboot-b2b3ab7c438fbdbc407e12b6f76188ad1956feb8.tar.xz |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/Kconfig | 1 | ||||
-rw-r--r-- | src/soc/intel/common/pch/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/Kconfig b/src/soc/intel/common/block/Kconfig index e5375d2f7c..80e5c662fa 100644 --- a/src/soc/intel/common/block/Kconfig +++ b/src/soc/intel/common/block/Kconfig @@ -5,7 +5,6 @@ config SOC_INTEL_COMMON_BLOCK 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 2bf6d686d3..f4f3ad004f 100644 --- a/src/soc/intel/common/pch/Kconfig +++ b/src/soc/intel/common/pch/Kconfig @@ -12,7 +12,6 @@ config SOC_INTEL_COMMON_PCH_BASE if SOC_INTEL_COMMON_PCH_BASE -comment "Intel SoC Common PCH Code" source "src/soc/intel/common/pch/*/Kconfig" config PCH_SPECIFIC_OPTIONS |