* [DistroKit] [PATCH] v7a: barebox: stm32mp: enable serial and mass storage gadget drivers
@ 2022-11-23 11:04 Jan Luebbe
2022-11-23 20:45 ` Robert Schwebel
0 siblings, 1 reply; 2+ messages in thread
From: Jan Luebbe @ 2022-11-23 11:04 UTC (permalink / raw)
To: distrokit; +Cc: Jan Luebbe
They are enabled in the common config and we don't want to disable them there.
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [DistroKit] [PATCH] v7a: barebox: stm32mp: enable serial and mass storage gadget drivers
2022-11-23 11:04 [DistroKit] [PATCH] v7a: barebox: stm32mp: enable serial and mass storage gadget drivers Jan Luebbe
@ 2022-11-23 20:45 ` Robert Schwebel
0 siblings, 0 replies; 2+ messages in thread
From: Robert Schwebel @ 2022-11-23 20:45 UTC (permalink / raw)
To: Jan Luebbe; +Cc: distrokit
On Wed, Nov 23, 2022 at 12:04:23PM +0100, Jan Luebbe wrote:
> They are enabled in the common config and we don't want to disable them there.
>
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
> ---
> configs/platform-v7a/barebox-stm32mp.config | 4 ++--
> configs/platform-v7a/barebox-stm32mp.config.diff | 2 --
> 2 files changed, 2 insertions(+), 4 deletions(-)
Applied to next.
rsc
--
Pengutronix e.K. | Dipl.-Ing. Robert Schwebel |
Steuerwalder Str. 21 | https://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-23 20:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 11:04 [DistroKit] [PATCH] v7a: barebox: stm32mp: enable serial and mass storage gadget drivers Jan Luebbe
2022-11-23 20:45 ` Robert Schwebel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox