From: Peter Robinson Date: Mon, 6 Oct 2025 21:39:52 +0000 (+0100) Subject: usb: misc: Add x86 dependency for Intel USBIO driver X-Git-Tag: v6.18-rc3~4^2~8 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=dddc0f71485f1f29f236e387632181bcc09019a0;p=linux%2F.git usb: misc: Add x86 dependency for Intel USBIO driver 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 Reviewed-by: Hans de Goede Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 09ac6f1c985f..0b56b773dbdf 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.