]> git.karo-electronics.de Git - linux-beck.git/commit
usb: ohci: Fix Kconfig dependency on USB_ISP1301
authorRoland Stigge <stigge@antcom.de>
Thu, 23 Aug 2012 11:05:34 +0000 (13:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2012 23:52:08 +0000 (16:52 -0700)
commit952230d774bb2ff0682d0b8108091ffa7c546f8e
tree6f7ad18ef73e217c6517eae340feee647e718d4c
parenta651684c100d47b34acb815d56c0c258565296dc
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: Roland Stigge <stigge@antcom.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig