Просмотр исходного кода

usb: phy: remove CONFIG_USB_OTG_UTILS once more

The Kconfig symbol USB_OTG_UTILS was removed in the v3.10 merge window,
in commit fd89149875 ("usb: phy: remove CONFIG_USB_OTG_UTILS"). But that
symbol popped up again in a few places. Remove it there too.

Acked-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Paul Bolle 12 лет назад
Родитель
Сommit
b990da15f4
3 измененных файлов с 0 добавлено и 3 удалено
  1. 0 1
      drivers/staging/dwc2/Kconfig
  2. 0 1
      drivers/usb/gadget/Kconfig
  3. 0 1
      drivers/usb/phy/Kconfig

+ 0 - 1
drivers/staging/dwc2/Kconfig

@@ -2,7 +2,6 @@ config USB_DWC2
 	tristate "DesignWare USB2 DRD Core Support"
 	tristate "DesignWare USB2 DRD Core Support"
 	depends on USB
 	depends on USB
 	depends on VIRT_TO_BUS
 	depends on VIRT_TO_BUS
-	select USB_OTG_UTILS
 	help
 	help
 	  Say Y or M here if your system has a Dual Role HighSpeed
 	  Say Y or M here if your system has a Dual Role HighSpeed
 	  USB controller based on the DesignWare HSOTG IP Core.
 	  USB controller based on the DesignWare HSOTG IP Core.

+ 0 - 1
drivers/usb/gadget/Kconfig

@@ -146,7 +146,6 @@ config USB_LPC32XX
 	depends on ARCH_LPC32XX
 	depends on ARCH_LPC32XX
 	depends on USB_PHY
 	depends on USB_PHY
 	select USB_ISP1301
 	select USB_ISP1301
-	select USB_OTG_UTILS
 	help
 	help
 	   This option selects the USB device controller in the LPC32xx SoC.
 	   This option selects the USB device controller in the LPC32xx SoC.
 
 

+ 0 - 1
drivers/usb/phy/Kconfig

@@ -139,7 +139,6 @@ config USB_ISP1301
 	tristate "NXP ISP1301 USB transceiver support"
 	tristate "NXP ISP1301 USB transceiver support"
 	depends on USB || USB_GADGET
 	depends on USB || USB_GADGET
 	depends on I2C
 	depends on I2C
-	select USB_OTG_UTILS
 	help
 	help
 	  Say Y here to add support for the NXP ISP1301 USB transceiver driver.
 	  Say Y here to add support for the NXP ISP1301 USB transceiver driver.
 	  This chip is typically used as USB transceiver for USB host, gadget
 	  This chip is typically used as USB transceiver for USB host, gadget