summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea
diff options
context:
space:
mode:
authorAndy Shevchenko2015-03-20 09:28:08 +0100
committerGreg Kroah-Hartman2015-03-26 10:54:39 +0100
commitdb7869cabd4862d984cca91dee62c14d08ae5b03 (patch)
treecc5514a289f953f76a6f3a3f097b4b6dcf160506 /drivers/usb/chipidea
parentchipidea: introduce specific Kconfig options for glue drivers (diff)
downloadkernel-qcow2-linux-db7869cabd4862d984cca91dee62c14d08ae5b03.tar.gz
kernel-qcow2-linux-db7869cabd4862d984cca91dee62c14d08ae5b03.tar.xz
kernel-qcow2-linux-db7869cabd4862d984cca91dee62c14d08ae5b03.zip
chipidea: pci: make it depends on NOP_USB_XCEIV
After commit ba1aff67f99a (chipidea: pci: register nop PHY) the PCI glue driver requires nop-PHY to be selected. Thus, make it an explicit dependency. Reported-by: kbuild test robot <fengguang.wu@intel.com> Fixes: ba1aff67f99a (chipidea: pci: register nop PHY) Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r--drivers/usb/chipidea/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig
index 8b0edb9c6246..5ce3f1d6a6ed 100644
--- a/drivers/usb/chipidea/Kconfig
+++ b/drivers/usb/chipidea/Kconfig
@@ -18,6 +18,7 @@ config USB_CHIPIDEA_OF
config USB_CHIPIDEA_PCI
tristate
depends on PCI
+ depends on NOP_USB_XCEIV
default USB_CHIPIDEA
config USB_CHIPIDEA_UDC