aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Kconfig
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-04-30 12:36:03 -0400
committerFelipe Balbi <balbi@ti.com>2014-05-12 13:34:46 -0400
commit1f7fc40876934d52278bb1ee0544191a4b4657f1 (patch)
treeefec23157b96510e4851bc8278fce6f4efae3717 /drivers/usb/phy/Kconfig
parent245974908c2ee8cd907856e6964f59fd8807e1e1 (diff)
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/Kconfig')
-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 0c668a3f5c37..fbbced80b68d 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -172,7 +172,7 @@ config USB_ISP1301
172 172
173config USB_MSM_OTG 173config USB_MSM_OTG
174 tristate "Qualcomm on-chip USB OTG controller support" 174 tristate "Qualcomm on-chip USB OTG controller support"
175 depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM) 175 depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST)
176 select USB_PHY 176 select USB_PHY
177 help 177 help
178 Enable this to support the USB OTG transceiver on Qualcomm chips. It 178 Enable this to support the USB OTG transceiver on Qualcomm chips. It