Re: [PATCH] staging: greybus: arche: drop dangling Kconfig symbol
From: Dan Carpenter
Date: Mon Jan 05 2026 - 05:12:22 EST
On Tue, Dec 30, 2025 at 10:23:40AM -0800, Randy Dunlap wrote:
>
>
> On 12/29/25 10:27 PM, Randy Dunlap wrote:
> > --- linux-next-20251219.orig/drivers/staging/greybus/Kconfig
> > +++ linux-next-20251219/drivers/staging/greybus/Kconfig
> > @@ -206,7 +206,6 @@ endif # GREYBUS_BRIDGED_PHY
> >
> > config GREYBUS_ARCHE
> > tristate "Greybus Arche Platform driver"
> > - depends on USB_HSIC_USB3613 || COMPILE_TEST
> > help
> > Select this option if you have an Arche device.
>
> Perhaps I should have left COMPILE_TEST here, like:
>
> depends on COMPILE_TEST
>
> ?
If we're going to do that, we should just delete it. It's been
impossible to build for eight years.
regards,
dan carpenter