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>
This commit is contained in:
parent
47df66d765
commit
b2b3ab7c43
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue