[PATCH] staging: greybus: arche: drop dangling Kconfig symbol
From: Randy Dunlap
Date: Tue Dec 30 2025 - 01:27:19 EST
The Kconfig symbol USB_HSIC_USB3613 is not defined in the kernel source
tree. Drop it since it unused.
Fixes: 2eccd4aa19fc ("staging: greybus: enable compile testing of arche driver")
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Cc: Vaibhav Hiremath <hvaibhav.linux@xxxxxxxxx>
Cc: Johan Hovold <johan@xxxxxxxxxx>
Cc: Alex Elder <elder@xxxxxxxxxx>
Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: greybus-dev@xxxxxxxxxxxxxxxx
Cc: linux-staging@xxxxxxxxxxxxxxx
drivers/staging/greybus/Kconfig | 1 -
drivers/staging/greybus/arche-platform.c | 4 ----
2 files changed, 5 deletions(-)
--- linux-next-20251219.orig/drivers/staging/greybus/arche-platform.c
+++ linux-next-20251219/drivers/staging/greybus/arche-platform.c
@@ -23,14 +23,10 @@
#include <linux/of.h>
#include "arche_platform.h"
-#if IS_ENABLED(CONFIG_USB_HSIC_USB3613)
-#include <linux/usb/usb3613.h>
-#else
static inline int usb3613_hub_mode_ctrl(bool unused)
{
return 0;
}
-#endif
#define WD_COLDBOOT_PULSE_WIDTH_MS 30
--- 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.