summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2022-11-23 12:04:23 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2022-11-23 21:45:21 +0100
commitcd1a7031ba0b10203c7432f961e60bdb9dc33e54 (patch)
tree8828cbef8f174b935dfd2fe7521f069c000bbd46
parent54715bbe2686ba74ae0118bc739634d3bdb2da44 (diff)
downloadDistroKit-cd1a7031ba0b10203c7432f961e60bdb9dc33e54.tar.gz
DistroKit-cd1a7031ba0b10203c7432f961e60bdb9dc33e54.tar.xz
v7a: barebox: stm32mp: enable serial and mass storage gadget drivers
They are enabled in the common config and we don't want to disable them there. Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
-rw-r--r--configs/platform-v7a/barebox-stm32mp.config4
-rw-r--r--configs/platform-v7a/barebox-stm32mp.config.diff2
2 files changed, 2 insertions, 4 deletions
diff --git a/configs/platform-v7a/barebox-stm32mp.config b/configs/platform-v7a/barebox-stm32mp.config
index 9403aff..cf2348e 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 b4cbdcc..60037f8 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