Commit fd891498 authored by Felipe Balbi's avatar Felipe Balbi

usb: phy: remove CONFIG_USB_OTG_UTILS

there are no more users of CONFIG_USB_OTG_UTILS
left in tree, we can remove it just fine.

[ kishon@ti.com : fixed a linking error due
	to original patch forgetting to change
	drivers/usb/Makefile ]
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent a948712d
...@@ -254,7 +254,7 @@ config BATTERY_RX51 ...@@ -254,7 +254,7 @@ config BATTERY_RX51
config CHARGER_ISP1704 config CHARGER_ISP1704
tristate "ISP1704 USB Charger Detection" tristate "ISP1704 USB Charger Detection"
depends on USB_OTG_UTILS depends on USB_PHY
help help
Say Y to enable support for USB Charger Detection with Say Y to enable support for USB Charger Detection with
ISP1707/ISP1704 USB transceivers. ISP1707/ISP1704 USB transceivers.
......
...@@ -44,7 +44,7 @@ obj-$(CONFIG_USB_MICROTEK) += image/ ...@@ -44,7 +44,7 @@ obj-$(CONFIG_USB_MICROTEK) += image/
obj-$(CONFIG_USB_SERIAL) += serial/ obj-$(CONFIG_USB_SERIAL) += serial/
obj-$(CONFIG_USB) += misc/ obj-$(CONFIG_USB) += misc/
obj-$(CONFIG_USB_OTG_UTILS) += phy/ obj-$(CONFIG_USB_PHY) += phy/
obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/ obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/
obj-$(CONFIG_USB_ATM) += atm/ obj-$(CONFIG_USB_ATM) += atm/
......
config USB_DWC3 config USB_DWC3
tristate "DesignWare USB3 DRD Core Support" tristate "DesignWare USB3 DRD Core Support"
depends on (USB || USB_GADGET) && GENERIC_HARDIRQS depends on (USB || USB_GADGET) && GENERIC_HARDIRQS
select USB_OTG_UTILS
select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD select USB_XHCI_PLATFORM if USB_SUPPORT && USB_XHCI_HCD
help help
Say Y or M here if your system has a Dual Role SuperSpeed Say Y or M here if your system has a Dual Role SuperSpeed
......
...@@ -195,7 +195,6 @@ config USB_OMAP ...@@ -195,7 +195,6 @@ config USB_OMAP
tristate "OMAP USB Device Controller" tristate "OMAP USB Device Controller"
depends on ARCH_OMAP1 depends on ARCH_OMAP1
select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 || MACH_OMAP_H4_OTG
select USB_OTG_UTILS if ARCH_OMAP
help help
Many Texas Instruments OMAP processors have flexible full Many Texas Instruments OMAP processors have flexible full
speed USB device controllers, with support for up to 30 speed USB device controllers, with support for up to 30
...@@ -210,7 +209,6 @@ config USB_OMAP ...@@ -210,7 +209,6 @@ config USB_OMAP
config USB_PXA25X config USB_PXA25X
tristate "PXA 25x or IXP 4xx" tristate "PXA 25x or IXP 4xx"
depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX depends on (ARCH_PXA && PXA25x) || ARCH_IXP4XX
select USB_OTG_UTILS
help help
Intel's PXA 25x series XScale ARM-5TE processors include Intel's PXA 25x series XScale ARM-5TE processors include
an integrated full speed USB 1.1 device controller. The an integrated full speed USB 1.1 device controller. The
...@@ -258,7 +256,6 @@ config USB_RENESAS_USBHS_UDC ...@@ -258,7 +256,6 @@ config USB_RENESAS_USBHS_UDC
config USB_PXA27X config USB_PXA27X
tristate "PXA 27x" tristate "PXA 27x"
select USB_OTG_UTILS
help help
Intel's PXA 27x series XScale ARM v5TE processors include Intel's PXA 27x series XScale ARM v5TE processors include
an integrated full speed USB 1.1 device controller. an integrated full speed USB 1.1 device controller.
......
...@@ -300,7 +300,6 @@ config USB_OHCI_HCD ...@@ -300,7 +300,6 @@ config USB_OHCI_HCD
tristate "OHCI HCD support" tristate "OHCI HCD support"
depends on USB && USB_ARCH_HAS_OHCI depends on USB && USB_ARCH_HAS_OHCI
select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3
select USB_OTG_UTILS if ARCH_OMAP
depends on USB_ISP1301 || !ARCH_LPC32XX depends on USB_ISP1301 || !ARCH_LPC32XX
---help--- ---help---
The Open Host Controller Interface (OHCI) is a standard for accessing The Open Host Controller Interface (OHCI) is a standard for accessing
......
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
config USB_MUSB_HDRC config USB_MUSB_HDRC
tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)' tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)'
depends on USB && USB_GADGET depends on USB && USB_GADGET
select USB_OTG_UTILS
help help
Say Y here if your system has a dual role high speed USB Say Y here if your system has a dual role high speed USB
controller based on the Mentor Graphics silicon IP. Then controller based on the Mentor Graphics silicon IP. Then
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
# #
menuconfig USB_PHY menuconfig USB_PHY
tristate "USB Physical Layer drivers" tristate "USB Physical Layer drivers"
select USB_OTG_UTILS
help help
USB controllers (those which are host, device or DRD) need a USB controllers (those which are host, device or DRD) need a
device to handle the physical layer signalling, commonly called device to handle the physical layer signalling, commonly called
...@@ -13,19 +12,12 @@ menuconfig USB_PHY ...@@ -13,19 +12,12 @@ menuconfig USB_PHY
if USB_PHY if USB_PHY
config USB_OTG_UTILS
bool
help
Select this to make sure the build includes objects from
the OTG infrastructure directory.
# #
# USB Transceiver Drivers # USB Transceiver Drivers
# #
config AB8500_USB config AB8500_USB
tristate "AB8500 USB Transceiver Driver" tristate "AB8500 USB Transceiver Driver"
depends on AB8500_CORE depends on AB8500_CORE
select USB_OTG_UTILS
help help
Enable this to support the USB OTG transceiver in AB8500 chip. Enable this to support the USB OTG transceiver in AB8500 chip.
This transceiver supports high and full speed devices plus, This transceiver supports high and full speed devices plus,
...@@ -35,14 +27,12 @@ config FSL_USB2_OTG ...@@ -35,14 +27,12 @@ config FSL_USB2_OTG
bool "Freescale USB OTG Transceiver Driver" bool "Freescale USB OTG Transceiver Driver"
depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_SUSPEND depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_SUSPEND
select USB_OTG select USB_OTG
select USB_OTG_UTILS
help help
Enable this to support Freescale USB OTG transceiver. Enable this to support Freescale USB OTG transceiver.
config ISP1301_OMAP config ISP1301_OMAP
tristate "Philips ISP1301 with OMAP OTG" tristate "Philips ISP1301 with OMAP OTG"
depends on I2C && ARCH_OMAP_OTG depends on I2C && ARCH_OMAP_OTG
select USB_OTG_UTILS
help help
If you say yes here you get support for the Philips ISP1301 If you say yes here you get support for the Philips ISP1301
USB-On-The-Go transceiver working with the OMAP OTG controller. USB-On-The-Go transceiver working with the OMAP OTG controller.
...@@ -56,14 +46,12 @@ config ISP1301_OMAP ...@@ -56,14 +46,12 @@ config ISP1301_OMAP
config MV_U3D_PHY config MV_U3D_PHY
bool "Marvell USB 3.0 PHY controller Driver" bool "Marvell USB 3.0 PHY controller Driver"
depends on USB_MV_U3D depends on USB_MV_U3D
select USB_OTG_UTILS
help help
Enable this to support Marvell USB 3.0 phy controller for Marvell Enable this to support Marvell USB 3.0 phy controller for Marvell
SoC. SoC.
config NOP_USB_XCEIV config NOP_USB_XCEIV
tristate "NOP USB Transceiver Driver" tristate "NOP USB Transceiver Driver"
select USB_OTG_UTILS
help help
This driver is to be used by all the usb transceiver which are either This driver is to be used by all the usb transceiver which are either
built-in with usb ip or which are autonomous and doesn't require any built-in with usb ip or which are autonomous and doesn't require any
...@@ -81,7 +69,6 @@ config OMAP_CONTROL_USB ...@@ -81,7 +69,6 @@ config OMAP_CONTROL_USB
config OMAP_USB2 config OMAP_USB2
tristate "OMAP USB2 PHY Driver" tristate "OMAP USB2 PHY Driver"
depends on ARCH_OMAP2PLUS depends on ARCH_OMAP2PLUS
select USB_OTG_UTILS
select OMAP_CONTROL_USB select OMAP_CONTROL_USB
help help
Enable this to support the transceiver that is part of SOC. This Enable this to support the transceiver that is part of SOC. This
...@@ -91,7 +78,6 @@ config OMAP_USB2 ...@@ -91,7 +78,6 @@ config OMAP_USB2
config OMAP_USB3 config OMAP_USB3
tristate "OMAP USB3 PHY Driver" tristate "OMAP USB3 PHY Driver"
select USB_OTG_UTILS
select OMAP_CONTROL_USB select OMAP_CONTROL_USB
help help
Enable this to support the USB3 PHY that is part of SOC. This Enable this to support the USB3 PHY that is part of SOC. This
...@@ -102,7 +88,6 @@ config OMAP_USB3 ...@@ -102,7 +88,6 @@ config OMAP_USB3
config SAMSUNG_USBPHY config SAMSUNG_USBPHY
bool "Samsung USB PHY controller Driver" bool "Samsung USB PHY controller Driver"
depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS
select USB_OTG_UTILS
help help
Enable this to support Samsung USB phy controller for samsung Enable this to support Samsung USB phy controller for samsung
SoCs. SoCs.
...@@ -110,7 +95,6 @@ config SAMSUNG_USBPHY ...@@ -110,7 +95,6 @@ config SAMSUNG_USBPHY
config TWL4030_USB config TWL4030_USB
tristate "TWL4030 USB Transceiver Driver" tristate "TWL4030 USB Transceiver Driver"
depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
select USB_OTG_UTILS
help help
Enable this to support the USB OTG transceiver on TWL4030 Enable this to support the USB OTG transceiver on TWL4030
family chips (including the TWL5030 and TPS659x0 devices). family chips (including the TWL5030 and TPS659x0 devices).
...@@ -120,7 +104,6 @@ config TWL4030_USB ...@@ -120,7 +104,6 @@ config TWL4030_USB
config TWL6030_USB config TWL6030_USB
tristate "TWL6030 USB Transceiver Driver" tristate "TWL6030 USB Transceiver Driver"
depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
select USB_OTG_UTILS
help help
Enable this to support the USB OTG transceiver on TWL6030 Enable this to support the USB OTG transceiver on TWL6030
family chips. This TWL6030 transceiver has the VBUS and ID GND family chips. This TWL6030 transceiver has the VBUS and ID GND
...@@ -132,7 +115,6 @@ config TWL6030_USB ...@@ -132,7 +115,6 @@ config TWL6030_USB
config USB_GPIO_VBUS config USB_GPIO_VBUS
tristate "GPIO based peripheral-only VBUS sensing 'transceiver'" tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
depends on GENERIC_GPIO depends on GENERIC_GPIO
select USB_OTG_UTILS
help help
Provides simple GPIO VBUS sensing for controllers with an Provides simple GPIO VBUS sensing for controllers with an
internal transceiver via the usb_phy interface, and internal transceiver via the usb_phy interface, and
...@@ -154,7 +136,6 @@ config USB_ISP1301 ...@@ -154,7 +136,6 @@ config USB_ISP1301
config USB_MSM_OTG config USB_MSM_OTG
tristate "OTG support for Qualcomm on-chip USB controller" tristate "OTG support for Qualcomm on-chip USB controller"
depends on (USB || USB_GADGET) && ARCH_MSM depends on (USB || USB_GADGET) && ARCH_MSM
select USB_OTG_UTILS
help help
Enable this to support the USB OTG transceiver on MSM chips. It Enable this to support the USB OTG transceiver on MSM chips. It
handles PHY initialization, clock management, and workarounds handles PHY initialization, clock management, and workarounds
...@@ -168,7 +149,6 @@ config USB_MV_OTG ...@@ -168,7 +149,6 @@ config USB_MV_OTG
tristate "Marvell USB OTG support" tristate "Marvell USB OTG support"
depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND
select USB_OTG select USB_OTG
select USB_OTG_UTILS
help help
Say Y here if you want to build Marvell USB OTG transciever Say Y here if you want to build Marvell USB OTG transciever
driver in kernel (including PXA and MMP series). This driver driver in kernel (including PXA and MMP series). This driver
...@@ -180,7 +160,6 @@ config USB_MXS_PHY ...@@ -180,7 +160,6 @@ config USB_MXS_PHY
tristate "Freescale MXS USB PHY support" tristate "Freescale MXS USB PHY support"
depends on ARCH_MXC || ARCH_MXS depends on ARCH_MXC || ARCH_MXS
select STMP_DEVICE select STMP_DEVICE
select USB_OTG_UTILS
help help
Enable this to support the Freescale MXS USB PHY. Enable this to support the Freescale MXS USB PHY.
...@@ -189,7 +168,6 @@ config USB_MXS_PHY ...@@ -189,7 +168,6 @@ config USB_MXS_PHY
config USB_RCAR_PHY config USB_RCAR_PHY
tristate "Renesas R-Car USB phy support" tristate "Renesas R-Car USB phy support"
depends on USB || USB_GADGET depends on USB || USB_GADGET
select USB_OTG_UTILS
help help
Say Y here to add support for the Renesas R-Car USB phy driver. Say Y here to add support for the Renesas R-Car USB phy driver.
This chip is typically used as USB phy for USB host, gadget. This chip is typically used as USB phy for USB host, gadget.
...@@ -201,7 +179,6 @@ config USB_RCAR_PHY ...@@ -201,7 +179,6 @@ config USB_RCAR_PHY
config USB_ULPI config USB_ULPI
bool "Generic ULPI Transceiver Driver" bool "Generic ULPI Transceiver Driver"
depends on ARM depends on ARM
select USB_OTG_UTILS
help help
Enable this to support ULPI connected USB OTG transceivers which Enable this to support ULPI connected USB OTG transceivers which
are likely found on embedded boards. are likely found on embedded boards.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment