From patchwork Tue Apr 4 08:46:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roger Quadros X-Patchwork-Id: 13199341 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7D112C761A6 for ; Tue, 4 Apr 2023 08:52:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=FkvJwFePcOxR/7ptMheEOxVIkD8HzILbm415xL22oHY=; b=oAQSPEMP+ECVL2 Jj8uJk1SStD/blXXo+jhLjRnk7RUjh0UleN4lYvAYyCDlPvbT/isQauMPSgigdnbK9YyA8R34ewXK QmeS90/nqQEktDE6PA7zLqr1/YdkF3FF90Y9bYuIyjIZ9VQmHL2Nmu/4w6AADUi7M1U89IzrKo7rI MZvmKZ7z8KHWyPALkbxqyJMQQjd0xJCAKrR12xkJGZINoCfvsTOHZ0iOwlCEk4kwgfvKHrvUI8Mq5 Dnu7KdHZm78T36iSvE+TAWbN8mqcqVSHAujMI35S3SU3HhJtAdfCymoMY9LEwBz+bUonUseA10kN1 H2Xyl58utIBxc7vnXJHA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pjcLV-000ZqZ-2I; Tue, 04 Apr 2023 08:48:53 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pjcJQ-000Yip-0z for linux-arm-kernel@lists.infradead.org; Tue, 04 Apr 2023 08:46:54 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 254C16200A; Tue, 4 Apr 2023 08:46:42 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 442C4C433D2; Tue, 4 Apr 2023 08:46:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680598001; bh=yJOvZrwI7QotGIHmmKCaUwkx2y4WFem7FTsz2slq3+s=; h=From:To:Cc:Subject:Date:From; b=qSDTq/hVmvB8rBI+rQNk5TdhdUE3WdigH4IoOi8HUYZtmc3RQI2l8s1JiP42HblnL SXhRrXqxqWHNpVPXIR0YXw8ZzDIVvVp0HMzVgBF1u4seGv2sp/dGffKBggWUEECMZO wPra5s4SZey9N7odxHnDP9NJ9/CRMHpNxADH6opeaVKqf4DkhKsPkXJ+s9bro99hT7 vKrig+CqM1FqJPa7Fmk2wrNmCsyXpFraISQ40zQpkjx9cw5l1eEvBv7gmQEYQp16AN MAlI8S6+P35DHcCAMmfaFtN9ZkpB0idk4nVfW2Bz8M8I/xYXA/+SOv/QASIQlsRGMI Rm22pcTqqLa5Q== From: Roger Quadros To: catalin.marinas@arm.com, will@kernel.org, arnd@arndb.de Cc: krzysztof.kozlowski@linaro.org, Thinh.Nguyen@synopsys.com, nm@ti.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Roger Quadros Subject: [PATCH] arm64: defconfig: make USB_DWC3 as a module instead of built-in Date: Tue, 4 Apr 2023 11:46:35 +0300 Message-Id: <20230404084635.13911-1-rogerq@kernel.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230404_014644_678295_B6D6B4C6 X-CRM114-Status: GOOD ( 12.00 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DWC3 is not required for boot on most platforms so make it as a module instead of built-in. Signed-off-by: Roger Quadros --- arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7790ee42c68a..3009655632c8 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -927,7 +927,7 @@ CONFIG_USB_CDNS3_HOST=y CONFIG_USB_MTU3=y CONFIG_USB_MUSB_HDRC=y CONFIG_USB_MUSB_SUNXI=y -CONFIG_USB_DWC3=y +CONFIG_USB_DWC3=m CONFIG_USB_DWC2=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_UDC=y