Skip to content

Commit

Permalink
USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834x
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Korsgaard authored and Greg Kroah-Hartman committed Feb 21, 2008
1 parent 94409cc commit 618b886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 618b886

Please sign in to comment.