public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: greybus: arche: drop dangling Kconfig symbol
@ 2025-12-30  6:27 Randy Dunlap
  2025-12-30 18:23 ` Randy Dunlap
  2026-01-14  9:21 ` Johan Hovold
  0 siblings, 2 replies; 10+ messages in thread
From: Randy Dunlap @ 2025-12-30  6:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Vaibhav Hiremath, Johan Hovold, Alex Elder,
	Greg Kroah-Hartman, greybus-dev, linux-staging

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@infradead.org>
---
Cc: Vaibhav Hiremath <hvaibhav.linux@gmail.com>
Cc: Johan Hovold <johan@kernel.org>
Cc: Alex Elder <elder@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: greybus-dev@lists.linaro.org
Cc: linux-staging@lists.linux.dev

 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.
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-01-17  5:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-30  6:27 [PATCH] staging: greybus: arche: drop dangling Kconfig symbol Randy Dunlap
2025-12-30 18:23 ` Randy Dunlap
2026-01-05 10:09   ` Dan Carpenter
2026-01-05 10:16     ` Dan Carpenter
2026-01-05 23:54       ` Randy Dunlap
2026-01-06  3:16     ` Randy Dunlap
2026-01-14  9:21 ` Johan Hovold
2026-01-15  0:28   ` Randy Dunlap
2026-01-16 10:48     ` Johan Hovold
2026-01-17  5:40       ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox