From: David Brownell Date: Fri, 21 Dec 2007 08:29:05 +0000 (-0800) Subject: USB: fix HCD Kconfig goofage X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e057a35aa140b5e5d01603f78845ad328dde302a;p=mv-sheeva.git 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 49a91c5ee51..9b202d5f88c 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---