From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Marek Vasut <marek.vasut@mailbox.org>
Subject: Re: [PATCH v2 3/5] usb: gadget: Tighten the dependency for DWC2 OTG support
Date: Tue, 30 Sep 2025 11:28:38 +0200 [thread overview]
Message-ID: <87ldlwi915.fsf@kernel.org> (raw)
In-Reply-To: <20250926153034.3680674-3-trini@konsulko.com>
Hi Tom,
Thank you for the patch.
On Fri, Sep 26, 2025 at 09:30, Tom Rini <trini@konsulko.com> wrote:
> The DWC2 OTG driver depends on an ARM-specific header file to compile,
> so make it depend on ARM.
>
> Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
> ---
> Changes in v2:
> - None
>
> Cc: Marek Vasut <marek.vasut@mailbox.org>
> ---
> drivers/usb/gadget/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
> index 0121f9872ae6..9065e14768ad 100644
> --- a/drivers/usb/gadget/Kconfig
> +++ b/drivers/usb/gadget/Kconfig
> @@ -109,6 +109,7 @@ config USB_GADGET_AT91
>
> config USB_GADGET_DWC2_OTG
> bool "DesignWare USB2.0 HS OTG controller (gadget mode)"
> + depends on ARM
> select USB_GADGET_DUALSPEED
> help
> The Designware USB2.0 high-speed gadget controller
> --
> 2.43.0
next prev parent reply other threads:[~2025-09-30 9:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-26 15:30 [PATCH v2 1/5] omap3: evm: Drop old musb omap3 driver Tom Rini
2025-09-26 15:30 ` [PATCH v2 2/5] usb: musb: drop musb legacy drivers Tom Rini
2025-09-26 15:30 ` [PATCH v2 3/5] usb: gadget: Tighten the dependency for DWC2 OTG support Tom Rini
2025-09-26 15:44 ` Peter Robinson
2025-09-30 9:28 ` Mattijs Korpershoek [this message]
2025-09-26 15:30 ` [PATCH v2 4/5] usb: host: xhci: Make U_BOOT_DRIVER entries unique Tom Rini
2025-09-26 15:46 ` Peter Robinson
2025-09-26 15:30 ` [PATCH v2 5/5] usb: gadget: Tighten CI_UDC dependencies Tom Rini
2025-09-30 9:30 ` Mattijs Korpershoek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ldlwi915.fsf@kernel.org \
--to=mkorpershoek@kernel.org \
--cc=marek.vasut@mailbox.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.