Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=618b88670573020920a52e8754f4d5f216f74fdb
Commit:     618b88670573020920a52e8754f4d5f216f74fdb
Parent:     94409cc1e507b157f8442dad80ff5e560c3205e5
Author:     Peter Korsgaard <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 11 13:16:26 2008 +0100
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Thu Feb 21 15:38:50 2008 -0800

    USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834x
    
    The config symbol for mpc834x processors is CONFIG_PPC_MPC834x,
    not CONFIG_MPC834x.
    
    Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]>
    Acked-by: David Brownell <[EMAIL PROTECTED]>
    Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>
---
 drivers/usb/host/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index d97b16b..2dd0544 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -72,7 +72,7 @@ config USB_EHCI_FSL
        bool
        depends on USB_EHCI_HCD
        select USB_EHCI_ROOT_HUB_TT
-       default y if MPC834x || PPC_MPC831x
+       default y if PPC_MPC834x || PPC_MPC831x
        ---help---
          Variation of ARC USB block used in some Freescale chips.
 
-
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