mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00: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:
parent
bd8c3ce6d7
commit
dddc0f7148
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue