summaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorKunihiko Hayashi2018-10-01 10:10:45 +0200
committerArnd Bergmann2018-10-01 18:04:29 +0200
commit633da3f425d50e91e3f3742df9a9766fe4966086 (patch)
tree147673644d24b88abdfc71a429bd563d4d9dfb2a /arch/arm64
parentMerge tag 'qcom-defconfig-for-4.20' of git://git.kernel.org/pub/scm/linux/ker... (diff)
downloadkernel-qcow2-linux-633da3f425d50e91e3f3742df9a9766fe4966086.tar.gz
kernel-qcow2-linux-633da3f425d50e91e3f3742df9a9766fe4966086.tar.xz
kernel-qcow2-linux-633da3f425d50e91e3f3742df9a9766fe4966086.zip
arm64: defconfig: Enable USB phys for UniPhier SoCs
Enable the USB3 and USB2 phys implemented in UniPhier SoCs. These phys are necessary for dwc3 and ehci controllers driving the USB ports on arm64 UniPhier SoCs. Since the USB host drivers are already built-in, so only the phy driver are missing to allow booting with USB devices. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/configs/defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 22870210ce64..a926d6830985 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -651,6 +651,8 @@ CONFIG_PHY_ROCKCHIP_INNO_USB2=y
CONFIG_PHY_ROCKCHIP_PCIE=m
CONFIG_PHY_ROCKCHIP_TYPEC=y
CONFIG_PHY_TEGRA_XUSB=y
+CONFIG_PHY_UNIPHIER_USB3=y
+CONFIG_PHY_UNIPHIER_USB2=y
CONFIG_HISI_PMU=y
CONFIG_QCOM_L2_PMU=y
CONFIG_QCOM_L3_PMU=y