From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 23 Nov 2022 12:04:50 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oxnYg-00GQOa-62 for lore@lore.pengutronix.de; Wed, 23 Nov 2022 12:04:50 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1oxnYf-00006G-7L; Wed, 23 Nov 2022 12:04:49 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oxnYX-00005e-Ts; Wed, 23 Nov 2022 12:04:41 +0100 Received: from [2a0a:edc0:0:900:1d::77] (helo=ptz.office.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oxnYW-00620K-C4; Wed, 23 Nov 2022 12:04:41 +0100 Received: from jlu by ptz.office.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oxnYW-000znu-J2; Wed, 23 Nov 2022 12:04:40 +0100 From: Jan Luebbe To: distrokit@pengutronix.de Date: Wed, 23 Nov 2022 12:04:23 +0100 Message-Id: <20221123110422.237523-1-jlu@pengutronix.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH] v7a: barebox: stm32mp: enable serial and mass storage gadget drivers X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jan Luebbe Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false They are enabled in the common config and we don't want to disable them there. Signed-off-by: Jan Luebbe --- configs/platform-v7a/barebox-stm32mp.config | 4 ++-- configs/platform-v7a/barebox-stm32mp.config.diff | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/configs/platform-v7a/barebox-stm32mp.config b/configs/platform-v7a/barebox-stm32mp.config index 9403afffaa2f..cf2348ee1105 100644 --- a/configs/platform-v7a/barebox-stm32mp.config +++ b/configs/platform-v7a/barebox-stm32mp.config @@ -577,9 +577,9 @@ CONFIG_USB_GADGET=y # USB Gadget drivers # # CONFIG_USB_GADGET_DFU is not set -# CONFIG_USB_GADGET_SERIAL is not set +CONFIG_USB_GADGET_SERIAL=y CONFIG_USB_GADGET_FASTBOOT=y -# CONFIG_USB_GADGET_MASS_STORAGE is not set +CONFIG_USB_GADGET_MASS_STORAGE=y # CONFIG_USB_MUSB is not set # CONFIG_VIDEO is not set # CONFIG_SOUND is not set diff --git a/configs/platform-v7a/barebox-stm32mp.config.diff b/configs/platform-v7a/barebox-stm32mp.config.diff index b4cbdccbfbb8..60037f88a95a 100644 --- a/configs/platform-v7a/barebox-stm32mp.config.diff +++ b/configs/platform-v7a/barebox-stm32mp.config.diff @@ -149,8 +149,6 @@ CONFIG_USB_DWC2_GADGET=y CONFIG_USB_DWC2_HOST=y # CONFIG_USB_EHCI is not set # CONFIG_USB_GADGET_AUTOSTART is not set -# CONFIG_USB_GADGET_MASS_STORAGE is not set -# CONFIG_USB_GADGET_SERIAL is not set # CONFIG_USB_NET_AX88179_178A is undefined # CONFIG_USB_NOP_XCEIV is not set CONFIG_USB_OTGDEV=y -- 2.30.2