]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834x
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 11 Feb 2008 12:16:26 +0000 (13:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Feb 2008 23:38:50 +0000 (15:38 -0800)
The config symbol for mpc834x processors is CONFIG_PPC_MPC834x,
not CONFIG_MPC834x.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Acked-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/Kconfig

index d97b16b52efa051f39c3d2fd1cf97a1b961a58d6..2dd05441481c94cfd9a084f1adca62b0ef1db1f7 100644 (file)
@@ -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.