diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 12a090c..54eaf46 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -26,6 +26,7 @@ config USB_XHCI bool "xHCI driver" + depends on HAS_DMA help The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 "SuperSpeed" host controller hardware. xHCI specification @@ -37,6 +38,7 @@ config USB_XHCI_PCI depends on PCI + depends on HAS_DMA select USB_XHCI bool "PCI xHCI driver" help