Re: [PATCH v13 4/7] arm64: defconfig: Explicitly enable USB_XHCI_PLATFORM

From: Matthias Kaehlcke
Date: Mon Jul 19 2021 - 14:00:15 EST


Will/Catalin,

does this change looks good to you and could get an Acked-by?

If so: would it be ok to land it through the USB tree with the
rest of the series? It seems a conflict would be relatively
unlikely.

Thanks

Matthias

On Wed, Jun 23, 2021 at 11:41:20AM -0700, Matthias Kaehlcke wrote:
> The dependency of USB_DWC3 on USB_XHCI_PLATFORM is being changed
> from 'select' to 'depends on' by another patch. The defconfig selects
> USB_DWC3 and implicitly USB_DWC3_DUAL_ROLE, to keep this unchanged
> USB_XHCI_PLATFORM now needs to be selected explicitly.
>
> Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> ---
>
> Changes in v13:
> - patch added to the series
>
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 08c6f769df9a..d7f22b18e37a 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -795,6 +795,7 @@ CONFIG_USB_CONN_GPIO=m
> CONFIG_USB=y
> CONFIG_USB_OTG=y
> CONFIG_USB_XHCI_HCD=y
> +CONFIG_USB_XHCI_PLATFORM=y
> CONFIG_USB_XHCI_TEGRA=y
> CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_EHCI_EXYNOS=y
> --
> 2.32.0.288.g62a8d224e6-goog
>