From a554b0c5b79b3ccf4d47cd36d381d8c27180ec2e Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 16 Feb 2017 16:08:49 +0530 Subject: soc/intel/common/block: Add Intel XHCI driver support Create sample model for common Intel XHCI driver. Change-Id: I81f57bc713900c96d998bae924fc4d38a9024fe3 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/18221 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/xhci/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/soc/intel/common/block/xhci/Kconfig (limited to 'src/soc/intel/common/block/xhci/Kconfig') diff --git a/src/soc/intel/common/block/xhci/Kconfig b/src/soc/intel/common/block/xhci/Kconfig new file mode 100644 index 0000000000..c8fd5fdbd1 --- /dev/null +++ b/src/soc/intel/common/block/xhci/Kconfig @@ -0,0 +1,4 @@ +config SOC_INTEL_COMMON_BLOCK_XHCI + bool + help + Intel Processor common XHCI support -- cgit v1.2.3