diff options
author | Subrata Banik <subrata.banik@intel.com> | 2018-05-22 16:18:16 +0530 |
---|---|---|
committer | Subrata Banik <subrata.banik@intel.com> | 2018-05-27 01:48:21 +0000 |
commit | 98376b84592aea85089f047957c39b3889136574 (patch) | |
tree | d4356426011f236163a3c8901e6662a88dc854c3 /src/soc/intel/cannonlake/Kconfig | |
parent | 8173ad1ed79e6d191c5ed7d4a06c20d0536b485b (diff) | |
download | coreboot-98376b84592aea85089f047957c39b3889136574.tar.xz |
soc/intel/cannonlake: Select common XHCI code
This patch select CONFIG_SOC_INTEL_COMMON_BLOCK_XHCI to include
common xhci code block.
BUG=b:78109109
BRANCH=none
TEST=Build and boot cnlrvp
Change-Id: I7f1e59792159dae5835fbbe7fcb1604fc01893ba
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/26465
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/cannonlake/Kconfig')
-rw-r--r-- | src/soc/intel/cannonlake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig index 92b0af05bc..a095fb9f1f 100644 --- a/src/soc/intel/cannonlake/Kconfig +++ b/src/soc/intel/cannonlake/Kconfig @@ -72,6 +72,7 @@ config CPU_SPECIFIC_OPTIONS select SOC_INTEL_COMMON_BLOCK_TIMER select SOC_INTEL_COMMON_BLOCK_UART select SOC_INTEL_COMMON_BLOCK_XDCI + select SOC_INTEL_COMMON_BLOCK_XHCI select SOC_INTEL_COMMON_NHLT select SOC_INTEL_COMMON_RESET select SSE2 |