Переглянути джерело

usb: phy: fix Kconfig warning

Recent commits introduced the following
Kconfig warning:

warning: (USB_MUSB_HDRC && OMAP_USB3) selects \
	OMAP_CONTROL_USB which has unmet direct \
	dependencies (USB_SUPPORT && ARCH_OMAP2PLUS)

This patch just fixes it, by removing the
unnecessary OMAP dependency.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Felipe Balbi 13 роки тому
батько
коміт
6992819feb
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      drivers/usb/phy/Kconfig

+ 0 - 1
drivers/usb/phy/Kconfig

@@ -27,7 +27,6 @@ config OMAP_USB3
 
 
 config OMAP_CONTROL_USB
 config OMAP_CONTROL_USB
 	tristate "OMAP CONTROL USB Driver"
 	tristate "OMAP CONTROL USB Driver"
-	depends on ARCH_OMAP2PLUS
 	help
 	help
 	  Enable this to add support for the USB part present in the control
 	  Enable this to add support for the USB part present in the control
 	  module. This driver has API to power on the USB2 PHY and to write to
 	  module. This driver has API to power on the USB2 PHY and to write to