diff options
author | Felipe Balbi <balbi@ti.com> | 2014-04-30 11:36:03 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-05-12 12:34:46 -0500 |
commit | 1f7fc40876934d52278bb1ee0544191a4b4657f1 (patch) | |
tree | efec23157b96510e4851bc8278fce6f4efae3717 /drivers/usb/phy | |
parent | 245974908c2ee8cd907856e6964f59fd8807e1e1 (diff) | |
download | op-kernel-dev-1f7fc40876934d52278bb1ee0544191a4b4657f1.zip op-kernel-dev-1f7fc40876934d52278bb1ee0544191a4b4657f1.tar.gz |
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/Kconfig | 2 |
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 |