linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: misc: Add x86 dependency for Intel USBIO driver
@ 2025-10-06 21:39 Peter Robinson
  2025-10-07  9:59 ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Robinson @ 2025-10-06 21:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Israel Cepeda, Hans de Goede, linux-usb
  Cc: Peter Robinson

The Intel USBIO driver is x86 only, other architectures have ACPI
so add an appropriate depenecy plus compile test.

Fixes: 121a0f839dbb3 ("usb: misc: Add Intel USBIO bridge driver")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 drivers/usb/misc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 09ac6f1c985fd..0b56b773dbdf7 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -182,6 +182,7 @@ config USB_LJCA
 config USB_USBIO
 	tristate "Intel USBIO Bridge support"
 	depends on USB && ACPI
+	depends on X86 || COMPILE_TEST
 	select AUXILIARY_BUS
 	help
 	  This adds support for Intel USBIO drivers.
-- 
2.51.0


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

end of thread, other threads:[~2025-10-09  1:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-06 21:39 [PATCH] usb: misc: Add x86 dependency for Intel USBIO driver Peter Robinson
2025-10-07  9:59 ` Hans de Goede
2025-10-09  1:45   ` Cepeda Lopez, Israel A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).