From 90d3b2b0c0d63d58d75cf28616724a41e7951e58 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 19 Apr 2018 10:23:30 +0530 Subject: soc/intel/common: Make infrastructure ready for Intel common stage files Select all Kconfig belongs into Intel SoC Family basecode/stage files and include required headers from include/intelbasecode/ files. BUG=None BRANCH=none TEST=Code is compiling with cannonlake configurations and also booting on cannonlake RVP. Change-Id: Iac99b4346e8bf6e260b00be9fefede5ad7b3e778 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/25734 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/basecode/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/soc/intel/common/basecode/Kconfig (limited to 'src/soc/intel/common/basecode/Kconfig') diff --git a/src/soc/intel/common/basecode/Kconfig b/src/soc/intel/common/basecode/Kconfig new file mode 100644 index 0000000000..68aea15671 --- /dev/null +++ b/src/soc/intel/common/basecode/Kconfig @@ -0,0 +1,12 @@ +config SOC_INTEL_COMMON_BASECODE + bool + help + Common coreboot stages for Intel platform + +if SOC_INTEL_COMMON_BASECODE + +comment "Intel platform Common coreboot stage files" +source "src/soc/intel/common/basecode/*/Kconfig" +source "src/soc/intel/common/basecode/*/*/Kconfig" + +endif -- cgit v1.2.3