mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
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: 121a0f839d ("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bd8c3ce6d7
commit
dddc0f7148
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user