summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlof Johansson2018-01-05 08:18:50 +0100
committerOlof Johansson2018-01-05 08:18:50 +0100
commit564b65eebb5b72c9d4cca77f5612c4a8e8cfe6a1 (patch)
tree04947a979fdae92a51a12d5873f263792528cd4d
parentMerge tag 'keystone_config_for_4.16' of git://git.kernel.org/pub/scm/linux/ke... (diff)
parentarm64: defconfig: enable MUSB HDRC along with Allwinner glue (diff)
downloadkernel-qcow2-linux-564b65eebb5b72c9d4cca77f5612c4a8e8cfe6a1.tar.gz
kernel-qcow2-linux-564b65eebb5b72c9d4cca77f5612c4a8e8cfe6a1.tar.xz
kernel-qcow2-linux-564b65eebb5b72c9d4cca77f5612c4a8e8cfe6a1.zip
Merge tag 'sunxi-config64-for-4.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into next/soc
Allwinner arm64 defconfig changes for 4.16 Enables MUSB driver and the Allwinner glue layer driver by default. All Allwinner SoCs (excluding the A80) have the Mentor Graphics Inventra Multi-Point Hi-Speed OTG Controller (MHDRC). Enabling this extends test coverage to this peripheral. * tag 'sunxi-config64-for-4.16' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: arm64: defconfig: enable MUSB HDRC along with Allwinner glue Signed-off-by: Olof Johansson <olof@lixom.net>
-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 3343d853fdf9..557acff381ac 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -430,6 +430,8 @@ CONFIG_USB_OHCI_EXYNOS=y
CONFIG_USB_OHCI_HCD_PLATFORM=y
CONFIG_USB_RENESAS_USBHS=m
CONFIG_USB_STORAGE=y
+CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_SUNXI=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC2=y
CONFIG_USB_CHIPIDEA=y