From 9a0245a84dcdeb3f0cad6ddaa9cd1c56393d6ece Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 22 Feb 2017 14:22:44 +0530 Subject: soc/intel/common: Make infrastructure ready for Intel common code Select all Kconfig belongs into Intel SoC Family block/ips common code model and include required header.h file. Change-Id: Idbce59a57533dbeb9ccfadca966c3d7560537fa0 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/18377 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/common/Kconfig') diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 68bb38af7a..3d2ced95d6 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -5,6 +5,10 @@ config SOC_INTEL_COMMON if SOC_INTEL_COMMON +comment "Intel SoC Common Code" +source "src/soc/intel/common/basecode/Kconfig" +source "src/soc/intel/common/block/Kconfig" + config CACHE_MRC_SETTINGS bool "Save cached MRC settings" default n -- cgit v1.2.3