From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8588C00140 for ; Thu, 18 Aug 2022 14:09:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245237AbiHROJS (ORCPT ); Thu, 18 Aug 2022 10:09:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245672AbiHROJJ (ORCPT ); Thu, 18 Aug 2022 10:09:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CFFC719A3 for ; Thu, 18 Aug 2022 07:09:07 -0700 (PDT) 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 2AC7761718 for ; Thu, 18 Aug 2022 14:09:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15BBFC433C1; Thu, 18 Aug 2022 14:09:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660831746; bh=Q1bOxzXeC93ibsIgYuRH4a88gKRIqaYkONkJUBrF22I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0S6EUZ4APSk22IGXBXjI33iAngR8BE0D8cvjSyl3b/oaVUJ1qdSqt2OyDS3LTWWcM HnciSDSouQVKh0+h+LenRf9IHVOzOw22ByT5jPN2/7UDtVTeDgZXtyoynLdY9coSga IzPPiNfvxJuPaadtfIshmsohPn2VtrwO81SXSCuA= Date: Thu, 18 Aug 2022 16:09:03 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Fabio Estevam , Peter Chen , Arnd Bergmann , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: Re: [PATCH 08/11] ARM: defconfig: drop CONFIG_USB_FSL_USB2 Message-ID: References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> <20220818135737.3143895-7-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220818135737.3143895-7-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2022 at 03:57:17PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > USB_FSL_USB2 is no longer available for Arm platforms and > was replaced by the chipidea driver. > > Fixes: a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > Signed-off-by: Arnd Bergmann > --- > arch/arm/configs/multi_v7_defconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index 7af627a816ec..1cb293adecb1 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -869,7 +869,6 @@ CONFIG_USB_GPIO_VBUS=y > CONFIG_USB_ISP1301=y > CONFIG_USB_MXS_PHY=y > CONFIG_USB_GADGET=y > -CONFIG_USB_FSL_USB2=y > CONFIG_USB_RENESAS_USBHS_UDC=m > CONFIG_USB_ASPEED_VHUB=m > CONFIG_USB_CONFIGFS=m > -- > 2.29.2 > Acked-by: Greg Kroah-Hartman