1
0
Fork 0

MLK-14947-2 usb: phy: add mxs phy driver dependency for ARM64

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>
5.4-rM2-2.2.x-imx-squashed
Li Jun 2017-05-19 00:05:44 +08:00 committed by Dong Aisheng
parent b8f509e1fc
commit a01c80c32a
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,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