b2b3ab7c43
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>
10 lines
162 B
Text
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
|