Re: [PATCH v9 2/2] usb: dwc3: Add Google Tensor SoC DWC3 glue driver
From: Greg Kroah-Hartman
Date: Fri Dec 05 2025 - 01:05:30 EST
On Fri, Dec 05, 2025 at 02:26:38AM +0000, Roy Luo wrote:
> +config USB_DWC3_GOOGLE
> + tristate "Google Platform"
> + depends on ARCH_GOOGLE || COMPILE_TEST
There is no ARCH_GOOGLE in the tree now, so how is this supposed to
work? Shouldn't tools that check for "invalid config options" trigger
on this?
thanks,
greg k-h