]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb: misc: Add x86 dependency for Intel USBIO driver
authorPeter Robinson <pbrobinson@gmail.com>
Mon, 6 Oct 2025 21:39:52 +0000 (22:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:37:47 +0000 (09:37 +0200)
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>
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/misc/Kconfig

index 09ac6f1c985fd52ddd0aecfd29650e327efe7731..0b56b773dbdf7bb25e8f03afa72bdb77fb0a571a 100644 (file)
@@ -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.