usb: phy: msm: enable build on other architectures
authorFelipe Balbi <balbi@ti.com>
Wed, 30 Apr 2014 16:36:03 +0000 (11:36 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 May 2014 17:34:46 +0000 (12:34 -0500)
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>
drivers/usb/phy/Kconfig

index 0c668a3f5c3704538cf2744c4687df8a3bfa8df0..fbbced80b68d82d3b4a0c7d16eb3e23b4196fc27 100644 (file)
@@ -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