From: Liviu Dudau Date: Tue, 4 Mar 2014 11:21:41 +0000 (+0000) Subject: phy: Enable USB PHY support for arm64. X-Git-Tag: firefly_0821_release~3680^2~104^2~2^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f5b36de8d872e8abab045b0c1c808976d24e3764;p=firefly-linux-kernel-4.4.55.git phy: Enable USB PHY support for arm64. Signed-off-by: Liviu Dudau Signed-off-by: Ryan Harkin Signed-off-by: Mark Brown --- diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 2311b1e4e43c..be41733a5eac 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -198,7 +198,7 @@ config USB_RCAR_PHY config USB_ULPI bool "Generic ULPI Transceiver Driver" - depends on ARM + depends on ARM || ARM64 help Enable this to support ULPI connected USB OTG transceivers which are likely found on embedded boards.