Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
db7869ca d728189d

+1
+1
drivers/usb/chipidea/Kconfig
··· 18 18 config USB_CHIPIDEA_PCI 19 19 tristate 20 20 depends on PCI 21 + depends on NOP_USB_XCEIV 21 22 default USB_CHIPIDEA 22 23 23 24 config USB_CHIPIDEA_UDC