diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-23 17:40:14 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-07-18 11:27:24 +0200 |
commit | 3fe42235570ff673e551bb31a236359c77098c7b (patch) | |
tree | d8f3ab79d74fcb928280b06433513675d3da2e0d /arch/arm64/configs | |
parent | 5771a8c08880cdca3bfb4a3fc6d309d6bba20877 (diff) | |
download | linux-3fe42235570ff673e551bb31a236359c77098c7b.tar.gz linux-3fe42235570ff673e551bb31a236359c77098c7b.tar.bz2 linux-3fe42235570ff673e551bb31a236359c77098c7b.zip |
arm64: defconfig: enable nop-xceiv PHY driver
This commit enables the nop-xceiv PHY driver, which is needed for USB
support to work on the MacchiatoBin platform (Marvell Armada 8K).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6c7d147eed54..2ca3a25cc3b3 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -403,6 +403,7 @@ CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_ISP1760=y CONFIG_USB_HSIC_USB3503=y +CONFIG_NOP_USB_XCEIV=y CONFIG_USB_MSM_OTG=y CONFIG_USB_QCOM_8X16_PHY=y CONFIG_USB_ULPI=y |