From 94ee328b97a7bf03fa8c80474cce434a2ff43bbd Mon Sep 17 00:00:00 2001 From: Bora Guvendik Date: Thu, 4 May 2017 13:06:43 -0700 Subject: soc/intel/common/block: Add Intel common SCS code support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Create Intel Common SCS code. This code currently only contains the code for SD card SSDT generation. More code will get added up in the subsequent phases. Change-Id: I82f034ced64e1eaef41a7806133361d73b5009d3 Signed-off-by: Bora Guvendik Reviewed-on: https://review.coreboot.org/19631 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé --- src/soc/intel/common/block/scs/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/soc/intel/common/block/scs/Kconfig (limited to 'src/soc/intel/common/block/scs/Kconfig') diff --git a/src/soc/intel/common/block/scs/Kconfig b/src/soc/intel/common/block/scs/Kconfig new file mode 100644 index 0000000000..0a402137bc --- /dev/null +++ b/src/soc/intel/common/block/scs/Kconfig @@ -0,0 +1,4 @@ +config SOC_INTEL_COMMON_BLOCK_SCS + bool + help + Intel Processor common storage and communication subsystem support -- cgit v1.2.3