From bunk@kernel.org Fri Oct 26 22:19:45 2007 From: Adrian Bunk Date: Sat, 27 Oct 2007 03:06:47 +0200 Subject: USB: fix USB_OHCI_HCD_SSB dependencies To: Ingo Molnar , Michael Buesch , Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net Message-ID: <20071027010647.GN30533@stusta.de> Content-Disposition: inline This patch fixes a bug introduced by commit b22817b3c81cdb18ffe3d2debfee968731a8b5f4. Signed-off-by: Adrian Bunk Cc: Ingo Molnar Cc: Michael Buesch Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -156,7 +156,7 @@ config USB_OHCI_HCD_PCI config USB_OHCI_HCD_SSB bool "OHCI support for Broadcom SSB OHCI core" - depends on USB_OHCI_HCD && (SSB = y || SSB = CONFIG_USB_OHCI_HCD) && EXPERIMENTAL + depends on USB_OHCI_HCD && (SSB = y || SSB = USB_OHCI_HCD) && EXPERIMENTAL default n ---help--- Support for the Sonics Silicon Backplane (SSB) attached