Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e057a35aa140b5e5d01603f78845ad328dde302a
Commit:     e057a35aa140b5e5d01603f78845ad328dde302a
Parent:     1440e0967de8c598dae96d741652d498b3eb8f27
Author:     David Brownell <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 21 00:29:05 2007 -0800
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Fri Feb 1 14:34:59 2008 -0800

    USB: fix HCD Kconfig goofage
    
    Add a missing dependency which goofs up the xconfig display.
    
    Signed-off-by: David Brownell <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/host/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 49a91c5..9b202d5 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---
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to