mirror of https://github.com/torvalds/linux.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: 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:
parent
bd8c3ce6d7
commit
dddc0f7148
|
|
@ -182,6 +182,7 @@ config USB_LJCA
|
||||||
config USB_USBIO
|
config USB_USBIO
|
||||||
tristate "Intel USBIO Bridge support"
|
tristate "Intel USBIO Bridge support"
|
||||||
depends on USB && ACPI
|
depends on USB && ACPI
|
||||||
|
depends on X86 || COMPILE_TEST
|
||||||
select AUXILIARY_BUS
|
select AUXILIARY_BUS
|
||||||
help
|
help
|
||||||
This adds support for Intel USBIO drivers.
|
This adds support for Intel USBIO drivers.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue