From: David Brownell Date: Fri, 21 Dec 2007 08:29:05 +0000 (-0800) Subject: USB: fix HCD Kconfig goofage X-Git-Tag: v2.6.25-rc1~1075^2~49 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e057a35aa140b5e5d01603f78845ad328dde302a;p=linux-2.6 USB: fix HCD Kconfig goofage Add a missing dependency which goofs up the xconfig display. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 49a91c5ee5..9b202d5f88 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -79,6 +79,7 @@ config USB_EHCI_BIG_ENDIAN_DESC config USB_EHCI_FSL bool + depends on USB_EHCI_HCD select USB_EHCI_ROOT_HUB_TT default y if MPC834x || PPC_MPC831x ---help---