Skip to content
Commit 952230d7 authored by Roland Stigge's avatar Roland Stigge Committed by Greg Kroah-Hartman
Browse files

usb: ohci: Fix Kconfig dependency on USB_ISP1301



With "select USB_ISP1301 ...", it could happen that I2C isn't selected although
USB_ISP1301 depends on it. Fixing with "depends on ..." and emulating the
condition via "|| !()".

Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a651684c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment