From: Roland Stigge Date: Thu, 23 Aug 2012 11:05:34 +0000 (+0200) Subject: usb: ohci: Fix Kconfig dependency on USB_ISP1301 X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952230d774bb2ff0682d0b8108091ffa7c546f8e;p=pandora-kernel.git 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 Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed