From 98376b84592aea85089f047957c39b3889136574 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 22 May 2018 16:18:16 +0530 Subject: 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 Reviewed-on: https://review.coreboot.org/26465 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/xhci/xhci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/intel/common/block/xhci') diff --git a/src/soc/intel/common/block/xhci/xhci.c b/src/soc/intel/common/block/xhci/xhci.c index d76426211c..c38d19f034 100644 --- a/src/soc/intel/common/block/xhci/xhci.c +++ b/src/soc/intel/common/block/xhci/xhci.c @@ -31,7 +31,9 @@ static struct device_operations usb_xhci_ops = { .init = soc_xhci_init, .ops_pci = &pci_dev_ops_pci, .scan_bus = &scan_usb_bus, +#if IS_ENABLED(CONFIG_HAVE_ACPI_TABLES) .acpi_name = &soc_acpi_name, +#endif }; static const unsigned short pci_device_ids[] = { -- cgit v1.2.3