From: Peter Korsgaard Date: Mon, 11 Feb 2008 12:16:26 +0000 (+0100) Subject: USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834x X-Git-Tag: v2.6.25-rc3~98^2~17 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=618b88670573020920a52e8754f4d5f216f74fdb;p=~emulex%2Finfiniband.git 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 Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index d97b16b52ef..2dd05441481 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.