coreboot-kgpe-d16/src/soc/intel/common/block/Kconfig
Nico Huber b2b3ab7c43 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>
2018-11-18 20:57:28 +00:00

10 lines
162 B
Text

config SOC_INTEL_COMMON_BLOCK
bool
help
SoC driver for intel common IP code
if SOC_INTEL_COMMON_BLOCK
source "src/soc/intel/common/block/*/Kconfig"
endif