diff options
author | Felipe Balbi <balbi@ti.com> | 2013-03-07 11:13:43 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-03-18 11:18:05 +0200 |
commit | edc7cb2e955f222fe51cd44c1cf9c94d58017344 (patch) | |
tree | b2ca2f250c9a638128469fbaaa5db1f63928f9f6 /drivers/usb/phy/Makefile | |
parent | a0e631235a04f8a815a1ecec93ef418f7d1e6086 (diff) | |
download | linux-rt-edc7cb2e955f222fe51cd44c1cf9c94d58017344.tar.gz |
usb: phy: make it a menuconfig
We already have a considerable amount of USB
PHY drivers, making it a menuconfig just
prevents us from adding too much churn to
USB's menuconfig.
While at that, also select USB_OTG_UTILS from
this new menuconfig just to keep backwards
compatibility until we manage to remove
that symbol.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Makefile')
-rw-r--r-- | drivers/usb/phy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index 34488ceef491..d10a8b387ffe 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile @@ -4,7 +4,7 @@ ccflags-$(CONFIG_USB_DEBUG) := -DDEBUG -obj-$(CONFIG_USB_OTG_UTILS) += phy.o +obj-$(CONFIG_USB_PHY) += phy.o # transceiver drivers, keep the list sorted |