Re: [PATCH] staging: greybus: arche: drop dangling Kconfig symbol
From: Randy Dunlap
Date: Tue Dec 30 2025 - 13:23:41 EST
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
?
--
~Randy