MLK-14947-2 usb: phy: add mxs phy driver dependency for ARM64
authorLi Jun <jun.li@nxp.com>
Thu, 18 May 2017 16:05:44 +0000 (00:05 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:22:23 +0000 (15:22 -0500)
Add mxs phy driver dependency on ARCH_MXC_ARM64.

Acked-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Li Jun <jun.li@nxp.com>
drivers/usb/phy/Kconfig

index 125cea1..2c60f0c 100644 (file)
@@ -187,7 +187,7 @@ config USB_MV_OTG
 
 config USB_MXS_PHY
        tristate "Freescale MXS USB PHY support"
-       depends on ARCH_MXC || ARCH_MXS
+       depends on ARCH_MXC || ARCH_MXS || ARCH_MXC_ARM64
        select STMP_DEVICE
        select USB_PHY
        help