Skip to content

Commit dddc0f7

Browse files
nullr0utegregkh
authored andcommitted
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: 121a0f8 ("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>
1 parent bd8c3ce commit dddc0f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/misc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ config USB_LJCA
182182
config USB_USBIO
183183
tristate "Intel USBIO Bridge support"
184184
depends on USB && ACPI
185+
depends on X86 || COMPILE_TEST
185186
select AUXILIARY_BUS
186187
help
187188
This adds support for Intel USBIO drivers.

0 commit comments

Comments
 (0)