aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-03-07 04:13:43 -0500
committerFelipe Balbi <balbi@ti.com>2013-03-18 05:18:05 -0400
commitedc7cb2e955f222fe51cd44c1cf9c94d58017344 (patch)
treeb2ca2f250c9a638128469fbaaa5db1f63928f9f6 /drivers/Makefile
parenta0e631235a04f8a815a1ecec93ef418f7d1e6086 (diff)
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/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index dce39a95fa71..3c200a243af0 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -79,7 +79,7 @@ obj-$(CONFIG_ATA_OVER_ETH) += block/aoe/
79obj-$(CONFIG_PARIDE) += block/paride/ 79obj-$(CONFIG_PARIDE) += block/paride/
80obj-$(CONFIG_TC) += tc/ 80obj-$(CONFIG_TC) += tc/
81obj-$(CONFIG_UWB) += uwb/ 81obj-$(CONFIG_UWB) += uwb/
82obj-$(CONFIG_USB_OTG_UTILS) += usb/ 82obj-$(CONFIG_USB_PHY) += usb/
83obj-$(CONFIG_USB) += usb/ 83obj-$(CONFIG_USB) += usb/
84obj-$(CONFIG_PCI) += usb/ 84obj-$(CONFIG_PCI) += usb/
85obj-$(CONFIG_USB_GADGET) += usb/ 85obj-$(CONFIG_USB_GADGET) += usb/