aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/xhci/Kconfig
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-02-16 16:08:49 +0530
committerAaron Durbin <adurbin@chromium.org>2017-03-06 20:42:25 +0100
commita554b0c5b79b3ccf4d47cd36d381d8c27180ec2e (patch)
tree64452c8c63612f4b394cf89fe212b28d354fb2ac /src/soc/intel/common/block/xhci/Kconfig
parent9a0245a84dcdeb3f0cad6ddaa9cd1c56393d6ece (diff)
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 <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/18221 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/xhci/Kconfig')
-rw-r--r--src/soc/intel/common/block/xhci/Kconfig4
1 files changed, 4 insertions, 0 deletions
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