Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752011AbdI1U1N (ORCPT ); Thu, 28 Sep 2017 16:27:13 -0400 Received: from mail.aperture-lab.de ([138.201.29.205]:43092 "EHLO mail.aperture-lab.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058AbdI1U1L (ORCPT ); Thu, 28 Sep 2017 16:27:11 -0400 From: =?UTF-8?q?Linus=20L=C3=BCssing?= To: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Krzysztof Kozlowski , Kukjin Kim , Russell King , Tobias Jakobi , =?UTF-8?q?Linus=20L=C3=BCssing?= Subject: [PATCH v2] ARM: multi_v7_defconfig: Enable USB3503 driver Date: Thu, 28 Sep 2017 22:27:03 +0200 Message-Id: <20170928202703.21364-1-linus.luessing@c0d3.blue> X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 797 Lines: 25 The Odroid U3 (Exynos 4412 based) for instance needs this driver, otherwise its USB hub will not come up. Also selecting it as built-in to allow booting from USB without an initrd/initramfs. exynos_defconfig does the same already, too. Signed-off-by: Linus Lüssing --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 0cacdbf..c2484ef 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -693,6 +693,7 @@ CONFIG_USB_MUSB_HDRC=m CONFIG_USB_MUSB_SUNXI=m CONFIG_USB_DWC3=y CONFIG_USB_DWC2=y +CONFIG_USB_HSIC_USB3503=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y CONFIG_USB_CHIPIDEA_HOST=y -- 2.1.4