From e057a35aa140b5e5d01603f78845ad328dde302a Mon Sep 17 00:00:00 2001 From: David Brownell Date: Fri, 21 Dec 2007 00:29:05 -0800 Subject: 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 --- drivers/usb/host/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/usb/host/Kconfig') diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 49a91c5ee51b..9b202d5f88c0 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--- -- cgit v1.2.3