summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-04-30 16:36:03 (GMT)
committerFelipe Balbi <balbi@ti.com>2014-05-12 17:34:46 (GMT)
commit1f7fc40876934d52278bb1ee0544191a4b4657f1 (patch)
treeefec23157b96510e4851bc8278fce6f4efae3717 /drivers/usb/phy
parent245974908c2ee8cd907856e6964f59fd8807e1e1 (diff)
downloadlinux-1f7fc40876934d52278bb1ee0544191a4b4657f1.tar.xz
usb: phy: msm: enable build on other architectures
By adding COMPILE_TEST to the list of dependencies we can build test this driver on all other architectures which is very valuable for maintainers applying patches and to find silly mistakes during development. Reviewed-by: Ivan T. Ivanov <iivanov@mm-sol.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r--drivers/usb/phy/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index 0c668a3..fbbced8 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -172,7 +172,7 @@ config USB_ISP1301
config USB_MSM_OTG
tristate "Qualcomm on-chip USB OTG controller support"
- depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM)
+ depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST)
select USB_PHY
help
Enable this to support the USB OTG transceiver on Qualcomm chips. It