From fcab4156c8fea9b48a251325a48ba3872b5abb14 Mon Sep 17 00:00:00 2001 From: Barnali Sarkar Date: Fri, 17 Feb 2017 18:18:32 +0530 Subject: soc/intel/common/block: Add Intel common ITSS code support Create Intel Common ITSS code. This code currently only contains the code for Interrupt initialization required in Bootblock phase. More code will get added up in the subsequent phases. Change-Id: I133294188eb5d1312caeafcb621fb650a7fab371 Signed-off-by: Barnali Sarkar Signed-off-by: Bora Guvendik Reviewed-on: https://review.coreboot.org/19125 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/itss/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/soc/intel/common/block/itss/Kconfig (limited to 'src/soc/intel/common/block/itss/Kconfig') diff --git a/src/soc/intel/common/block/itss/Kconfig b/src/soc/intel/common/block/itss/Kconfig new file mode 100644 index 0000000000..2f1a1004ad --- /dev/null +++ b/src/soc/intel/common/block/itss/Kconfig @@ -0,0 +1,4 @@ +config SOC_INTEL_COMMON_BLOCK_ITSS + bool + help + Intel Processor common interrupt timer subsystem support -- cgit v1.2.3