Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <pbrobinson@gmail.com>
Reviewed-by: Hans de Goede <hansg@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Peter Robinson and committed by
Greg Kroah-Hartman
dddc0f71 bd8c3ce6

+1
+1
drivers/usb/misc/Kconfig
··· 182 182 config USB_USBIO 183 183 tristate "Intel USBIO Bridge support" 184 184 depends on USB && ACPI 185 + depends on X86 || COMPILE_TEST 185 186 select AUXILIARY_BUS 186 187 help 187 188 This adds support for Intel USBIO drivers.