Re: [PATCH] staging: greybus: arche: drop dangling Kconfig symbol
From: Randy Dunlap
Date: Mon Jan 05 2026 - 22:18:49 EST
On 1/5/26 2:09 AM, Dan Carpenter wrote:
> 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.
OK, with just the v1 patch here, it does build without errors.
Seems like I should leave this patch as is.
CC [M] drivers/staging/greybus/arche-platform.o
CC [M] drivers/staging/greybus/arche-apb-ctrl.o
LD [M] drivers/staging/greybus/gb-arche.o
>> 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.
--
~Randy