aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 3050b18b2447..e9d4dde3e9b3 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -35,6 +35,7 @@ config USB_XHCI_PCI
35 35
36config USB_XHCI_PLATFORM 36config USB_XHCI_PLATFORM
37 tristate "Generic xHCI driver for a platform device" 37 tristate "Generic xHCI driver for a platform device"
38 select USB_XHCI_RCAR if ARCH_RENESAS
38 ---help--- 39 ---help---
39 Adds an xHCI host driver for a generic platform device, which 40 Adds an xHCI host driver for a generic platform device, which
40 provides a memory space and an irq. 41 provides a memory space and an irq.
@@ -63,7 +64,7 @@ config USB_XHCI_MVEBU
63 64
64config USB_XHCI_RCAR 65config USB_XHCI_RCAR
65 tristate "xHCI support for Renesas R-Car SoCs" 66 tristate "xHCI support for Renesas R-Car SoCs"
66 select USB_XHCI_PLATFORM 67 depends on USB_XHCI_PLATFORM
67 depends on ARCH_RENESAS || COMPILE_TEST 68 depends on ARCH_RENESAS || COMPILE_TEST
68 ---help--- 69 ---help---
69 Say 'Y' to enable the support for the xHCI host controller 70 Say 'Y' to enable the support for the xHCI host controller